operator [] method

double? operator [](
  1. String key
)

Implementation

double? operator [](String key) => toMap()[key] as double?;