Dart API Referencedart:coreClosureArgumentMismatchException

ClosureArgumentMismatchException class

class ClosureArgumentMismatchException implements Exception {
  const ClosureArgumentMismatchException();
  String toString() => "Closure argument mismatch";
}

Implements

Exception

Constructors

const ClosureArgumentMismatchException() #

const ClosureArgumentMismatchException();

Methods

String toString() #

Returns a string representation of this object.

docs inherited from Object
String toString() => "Closure argument mismatch";