withTrimTrailingZeros method

BarRaceValueFormat withTrimTrailingZeros(
  1. bool value
)

Replaces BarRaceValueFormat.trimTrailingZeros with value.

Implementation

BarRaceValueFormat withTrimTrailingZeros(bool value) =>
    copyWith(trimTrailingZeros: value);