withFrames method

LineRaceConfig withFrames(
  1. List<LineRaceFrame> value
)

Replaces LineRaceConfig.frames with value.

Implementation

LineRaceConfig withFrames(List<LineRaceFrame> value) =>
    copyWith(frames: value);