Dart API Referencedart:coreAssertionError

AssertionError class

Error thrown by the runtime system when an assert statement fails.

class AssertionError implements Error {
}

Subclasses

TypeError

Implements

Error