withPattern method

BarRacePeriodFormat withPattern(
  1. String value
)

Replaces BarRacePeriodFormat.pattern with value.

Implementation

BarRacePeriodFormat withPattern(String value) => copyWith(pattern: value);