finish method

void finish()

Implementation

void finish() {
  interpolate(1);

  if (suspendMobjectUpdating) {
    mobject.resumeUpdating();
  }
}