withId method

BarRaceFrame withId(
  1. String value
)

Replaces BarRaceFrame.id with value.

Implementation

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