withDegree method
- int value
Replaces TrendAnnotation.degree with value.
Implementation
TrendAnnotation withDegree(int value) => copyWith(degree: value);
Replaces TrendAnnotation.degree with value.
TrendAnnotation withDegree(int value) => copyWith(degree: value);