getString method

String getString(
  1. String key
)

Getting the non-nullable values from the map based on different data types

Implementation

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