toString method

String toString()
override

Returns the string "null".

Implementation

String toString() => "null";