withLabel method
- String value
Replaces RangeAnnotation.label with value.
Implementation
RangeAnnotation withLabel(String value) => copyWith(label: value);
Replaces RangeAnnotation.label with value.
RangeAnnotation withLabel(String value) => copyWith(label: value);