withId method

LineRaceSeries withId(
  1. String value
)

Replaces LineRaceSeries.id with value.

Implementation

LineRaceSeries withId(String value) => copyWith(id: value);