withUseGrouping method

BarRaceValueFormat withUseGrouping(
  1. bool value
)

Replaces BarRaceValueFormat.useGrouping with value.

Implementation

BarRaceValueFormat withUseGrouping(bool value) =>
    copyWith(useGrouping: value);