withLabel method

TrendAnnotation withLabel(
  1. String value
)

Replaces TrendAnnotation.label with value.

Implementation

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