withValues method
Replaces LineRaceFrame.values with value.
Implementation
LineRaceFrame withValues(Map<String, double> value) =>
copyWith(values: value);
Replaces LineRaceFrame.values with value.
LineRaceFrame withValues(Map<String, double> value) =>
copyWith(values: value);