copyValuesFrom method
Copies the result of other as its own.
Implementation
@override
void copyValuesFrom(covariant SMIIndicator<T> other) {
super.copyValuesFrom(other);
_avgRel.copyValuesFrom(other._avgRel);
_avgDiff.copyValuesFrom(other._avgDiff);
}