getDouble abstract method

double getDouble(
  1. String key, {
  2. double defaultValue = Config.defaultValueForDouble,
})

Returns the value corresponding to the given key as a Double.

Implementation

double getDouble(
  String key, {
  double defaultValue = Config.defaultValueForDouble,
});