getDouble method

double? getDouble(
  1. dynamic key
)

get double

Implementation

double? getDouble(dynamic key) => getObject<double>(key);