withNotation method

BarRaceValueFormat withNotation(
  1. BarRaceValueNotation value
)

Replaces BarRaceValueFormat.notation with value.

Implementation

BarRaceValueFormat withNotation(BarRaceValueNotation value) =>
    copyWith(notation: value);