withDecimalPlaces method

BarRaceValueFormat withDecimalPlaces(
  1. int value
)

Replaces BarRaceValueFormat.decimalPlaces with value.

Implementation

BarRaceValueFormat withDecimalPlaces(int value) =>
    copyWith(decimalPlaces: value);