withId method

BarRaceCategory withId(
  1. String value
)

Replaces BarRaceCategory.id with value.

Implementation

BarRaceCategory withId(String value) => copyWith(id: value);