withDegree method

TrendAnnotation withDegree(
  1. int value
)

Replaces TrendAnnotation.degree with value.

Implementation

TrendAnnotation withDegree(int value) => copyWith(degree: value);