end method

Tween end()

Implementation

Tween end() {
  this._goToEnd = true;
  this.update(double.maxFinite.toInt());
  return this;
}