getString method

String getString(
  1. String key
)

Force-gets the value for the given key, throws if null or wrong type

Implementation

String getString(String key) => _internalMap[key] as String;