copy method

Spot copy()

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

Implementation

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