Dart API Referencedart:coreObjectNotClosureException

ObjectNotClosureException Class

Implements

Exception

Constructors

Code const ObjectNotClosureException() #

const ObjectNotClosureException();

Methods

Code String toString() #

String toString() => "Object is not closure";