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