getDouble method

double? getDouble(
  1. Object key
)

Implementation

double? getDouble(Object key) {
  return prefer.getDouble(key.stringKey);
}