Returns the value of the key as a double.
key
If parsing fails or key doesn't exist, returns the defaultValue.
defaultValue
double getDouble(String key, {double defaultValue = 0.0});