copy method

Create a copy of this AnimationTrigger, with the same property values. @expose @return {AnimationTrigger}

Implementation

_i3.AnimationTrigger copy() => _i4.callMethod(
      this,
      'copy',
      [],
    );