copyTo method

void copyTo(
  1. AbsModel target
)

Implementation

void copyTo(AbsModel target) {
  target.copyFrom(this, newMid: mid);
}