toNullableString method

String toNullableString (dynamic value)

Converts value into string or returns null when value is null.

  • value the value to convert. Returns string value or null when value is null.