withNotation method
- BarRaceValueNotation value
Replaces BarRaceValueFormat.notation with value.
Implementation
BarRaceValueFormat withNotation(BarRaceValueNotation value) =>
copyWith(notation: value);
Replaces BarRaceValueFormat.notation with value.
BarRaceValueFormat withNotation(BarRaceValueNotation value) =>
copyWith(notation: value);