String toString( )

Returns the string "null".

Source

/** Returns the string `"null"`. */
String toString() => "null";