getString method

String? getString(
  1. dynamic key
)

get string

Implementation

String? getString(dynamic key) => getObject<String>(key);