withName method
- String value
Replaces LineRaceSeries.name with value.
Implementation
LineRaceSeries withName(String value) => copyWith(name: value);
Replaces LineRaceSeries.name with value.
LineRaceSeries withName(String value) => copyWith(name: value);