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