getDouble method

double getDouble(
  1. String key
)

Get value as double.

Implementation

double getDouble(String key) => get(key).asDouble();