toString method

String toString ()

Returns the string "null".

Implementation

String toString() => "null";