Flutter
dart:core
Exception
Exception factory constructor
Exception
Exception class
Constructors
Exception
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Exception constructor
Exception
(
[
dynamic
message
])
Implementation
factory Exception([var message]) => new _Exception(message);