Get the double value associated with the specified key.
double? getDouble(String key, {double? defaultValue}) { assert(_key != null); return _decorator.getDouble(key, defaultValue: defaultValue); }