allocAt static method

Point allocAt(
  1. num x,
  2. num y
)

Implementation

static _i3.Point allocAt(
  _i2.num x,
  _i2.num y,
) =>
    _i4.callMethod(
      _declaredPoint,
      'allocAt',
      [
        x,
        y,
      ],
    );