Dart API Reference
dart:core
NullThrownError
NullThrownError
class
Error thrown when attempting to throw null.
Error thrown when attempting to throw
null
.
Extends:
Error
Object
Constructors
NullThrownError
( )
Instance Properties
stackTrace
StackTrace
Inherited
read-only
Instance Methods
toString
( ) →
String
Returns a string representation of this object.