withPattern method
- String value
Replaces BarRaceValueFormat.pattern with value.
Implementation
BarRaceValueFormat withPattern(String value) => copyWith(pattern: value);
Replaces BarRaceValueFormat.pattern with value.
BarRaceValueFormat withPattern(String value) => copyWith(pattern: value);