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