withFrames method
- List<
LineRaceFrame> value
Replaces LineRaceConfig.frames with value.
Implementation
LineRaceConfig withFrames(List<LineRaceFrame> value) =>
copyWith(frames: value);
Replaces LineRaceConfig.frames with value.
LineRaceConfig withFrames(List<LineRaceFrame> value) =>
copyWith(frames: value);