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