Properties
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Constants
-
kInternalError
→ const String
-
The isolate has encountered an internal error. These errors should be
reported as bugs.
'InternalError'
-
kLanguageError
→ const String
-
The isolate has encountered a Dart language error in the program.
'LanguageError'
-
kTerminationError
→ const String
-
The isolate has been terminated by an external source.
'TerminationError'
-
kUnhandledException
→ const String
-
The isolate has encountered an unhandled Dart exception.
'UnhandledException'