withLabel method

LineRaceFrame withLabel(
  1. String value
)

Replaces LineRaceFrame.label with value.

Implementation

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