Dart
dart:core
Null
toString method
toString
Dart
dart:core
Null
toString method
Null class
Properties
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
description
toString
method
String
toString
(
)
override
Returns the string
"null"
.
Implementation
String toString() => "null";