withValues method

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

Replaces LineRaceFrame.values with value.

Implementation

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