withLabel method

BarRaceCategory withLabel(
  1. String value
)

Replaces BarRaceCategory.label with value.

Implementation

BarRaceCategory withLabel(String value) => copyWith(label: value);