withValueFormat method

BarRaceConfig withValueFormat(
  1. BarRaceValueFormat value
)

Replaces BarRaceConfig.valueFormat with value.

Implementation

BarRaceConfig withValueFormat(BarRaceValueFormat value) =>
    copyWith(valueFormat: value);