Dart API Referencedart:coreIllegalArgumentException

IllegalArgumentException Class

Implements

Exception

Constructors

Code const IllegalArgumentException([arg = ""]) #

const IllegalArgumentException([arg = ""]) : _arg = arg;

Methods

Code String toString() #

String toString() => "Illegal argument(s): $_arg";