withLabel method
- String value
Replaces BarRaceCategory.label with value.
Implementation
BarRaceCategory withLabel(String value) => copyWith(label: value);
Replaces BarRaceCategory.label with value.
BarRaceCategory withLabel(String value) => copyWith(label: value);