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