getDouble method

double getDouble(
  1. String key
)

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

Implementation

double getDouble(String key) => _internalMap[key] as double;