withName method

LineRaceSeries withName(
  1. String value
)

Replaces LineRaceSeries.name with value.

Implementation

LineRaceSeries withName(String value) => copyWith(name: value);