getDouble abstract method
- String key
Obtains a Double value associated with a given key.
keyThe name of the key for which to obtain the value.
Returns double?. The value associated with the key.
Implementation
double? getDouble(String key);
Obtains a Double value associated with a given key.
key The name of the key for which to obtain the value.Returns double?. The value associated with the key.
double? getDouble(String key);