getYValue method

double getYValue(
  1. String key
)

Implementation

double getYValue(String key) => yValues[key] ?? 0.0;