withValues method

BarRaceFrame withValues(
  1. Map<String, double> value
)

Replaces BarRaceFrame.values with value.

Implementation

BarRaceFrame withValues(Map<String, double> value) => copyWith(values: value);