withTotalFormat method

BarRaceConfig withTotalFormat(
  1. BarRaceValueFormat value
)

Replaces BarRaceConfig.totalFormat with value.

Implementation

BarRaceConfig withTotalFormat(BarRaceValueFormat value) =>
    copyWith(totalFormat: value);