getBoolean method

bool getBoolean(
  1. String key
)

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

Implementation

bool getBoolean(String key) => _internalMap[key] as bool;