withLabel method

RangeAnnotation withLabel(
  1. String value
)

Replaces RangeAnnotation.label with value.

Implementation

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