getDouble method

double getDouble(
  1. String key
)

Implementation

double getDouble(String key) => this[key] as double;