getAsNullableString method Null safety

String? getAsNullableString(
  1. String key
)

Converts map element into a String or returns null if conversion is not possible.

  • key a key of element to get. Returns String value of the element or null if conversion is not supported.

See StringConverter.toNullableString