getString abstract method

String? getString(
  1. String key
)

Obtains a String value associated with a given key.

  • key The name of the key for which to obtain the value.

Returns String?. The value associated with the key.

Implementation

String? getString(String key);