Dart API Referencedart:coreCastError

CastError class

Error thrown by the runtime system when a cast operation fails.

class CastError implements Error {
}

Subclasses

CastErrorImplementation

Implements

Error