withPeriodFormat method
- BarRacePeriodFormat value
Replaces BarRaceConfig.periodFormat with value.
Implementation
BarRaceConfig withPeriodFormat(BarRacePeriodFormat value) =>
copyWith(periodFormat: value);
Replaces BarRaceConfig.periodFormat with value.
BarRaceConfig withPeriodFormat(BarRacePeriodFormat value) =>
copyWith(periodFormat: value);