getDouble static method

double? getDouble(
  1. String key
)

Implementation

static double? getDouble(String key) {
  return appMap[key] as double;
}