withPeriodFormat method

BarRaceConfig withPeriodFormat(
  1. BarRacePeriodFormat value
)

Replaces BarRaceConfig.periodFormat with value.

Implementation

BarRaceConfig withPeriodFormat(BarRacePeriodFormat value) =>
    copyWith(periodFormat: value);