Gets the value for a given key as a double.
Returns 0.0 if the key does not exist.
0.0
double getDouble(String key) { return _delegate.getDouble(key); }