withUseGrouping method
- bool value
Replaces BarRaceValueFormat.useGrouping with value.
Implementation
BarRaceValueFormat withUseGrouping(bool value) =>
copyWith(useGrouping: value);
Replaces BarRaceValueFormat.useGrouping with value.
BarRaceValueFormat withUseGrouping(bool value) =>
copyWith(useGrouping: value);