getDouble function

double? getDouble(
  1. String key
)

Implementation

double? getDouble(String key) => _instance.getDouble(key);