Flutter
foundation
FlutterError
toString method
toString
FlutterError class
Constructors
FlutterError
Properties
message
hashCode
runtimeType
stackTrace
Methods
toString
noSuchMethod
Operators
operator ==
Static properties
onError
Static methods
defaultStackFilter
dumpErrorToConsole
reportError
resetErrorCount
Constants
wrapWidth
toString method
@override
String
toString
(
)
override
Returns a string representation of this object.
Implementation
@override String toString() => message;