Dart SDK
dart:async
AsyncError
toString
toString
Dart SDK
dart:async
AsyncError
toString
method
toString
Source
Dart SDK
dart:async
AsyncError
Constructors
AsyncError
Properties
error
hashCode
runtimeType
stackTrace
Operators
operator ==
Methods
noSuchMethod
toString
String
toString
(
)
Returns a string representation of this object.
Source
String toString() => '$error';