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