withId method

LineRaceFrame withId(
  1. String value
)

Replaces LineRaceFrame.id with value.

Implementation

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