withPattern method

BarRaceValueFormat withPattern(
  1. String value
)

Replaces BarRaceValueFormat.pattern with value.

Implementation

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