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