Dart API Referencedart:coreError

Error class

class Error {
  const Error();
}

Subclasses

AbstractClassInstantiationError, ArgumentError, AssertionError, CastError, FallThroughError, NoSuchMethodError, OutOfMemoryError, StackOverflowError

Constructors

const Error() #

const Error();