get method

double? get(
  1. String key
)

Implementation

double? get(String key) => underlying[key];