withDecimalPlaces method
- int value
Replaces BarRaceValueFormat.decimalPlaces with value.
Implementation
BarRaceValueFormat withDecimalPlaces(int value) =>
copyWith(decimalPlaces: value);
Replaces BarRaceValueFormat.decimalPlaces with value.
BarRaceValueFormat withDecimalPlaces(int value) =>
copyWith(decimalPlaces: value);