getDouble abstract method

double? getDouble(
  1. 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.

Implementation

double? getDouble(String key);