copy method
Create a copy of this Binding, with the same property values. @expose @return {Binding}
Implementation
_i3.Binding copy() => _i4.callMethod(
      this,
      'copy',
      [],
    );Create a copy of this Binding, with the same property values. @expose @return {Binding}
_i3.Binding copy() => _i4.callMethod(
      this,
      'copy',
      [],
    );