copy method

Binding copy()

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

Implementation

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