moveBy function

void moveBy(
  1. num x,
  2. num y
)

Implementation

void moveBy(
  _i2.num x,
  _i2.num y,
) {
  _i4.callMethod(
    _self,
    'moveBy',
    [
      x,
      y,
    ],
  );
}