Dart
dart:core
NullThrownError
toString method
toString
Dart
dart:core
NullThrownError
toString method
NullThrownError class
Constructors
NullThrownError
Properties
hashCode
runtimeType
stackTrace
Methods
toString
noSuchMethod
Operators
operator ==
description
toString
method
String
toString
(
)
override
Returns a string representation of this object.
Implementation
String toString() => "Throw of null.";