stringValue method Null safety

String stringValue()

Returns this value as a String if the type matches, otherwise returns an empty string.

Implementation

String stringValue() => "";