CancelError
class
class CancelError implements Exception {
const CancelError();
String toString() => "CancelError";
}
Implements
Exception
Constructors
const CancelError() #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
const CancelError();
Methods
String toString() #
Returns a string representation of this object.
String toString() => "CancelError";