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