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