getDouble static method

double? getDouble(
  1. String key
)

Implementation

static double? getDouble(String key) => getOption<double>(key).toNullable();