Dart API Referencedart:coreClosureArgumentMismatchException

ClosureArgumentMismatchException Class

Implements

Exception

Constructors

Code const ClosureArgumentMismatchException() #

const ClosureArgumentMismatchException();

Methods

Code String toString() #

String toString() => "Closure argument mismatch";