Dart API Referencedart:coreTypeError

TypeError class

Error thrown by the runtime system when a type assertion fails.

class TypeError implements AssertionError {
}

Subclasses

TypeErrorImplementation

Implements

AssertionError