moveRow property

void Function(num, num) get moveRow

Implementation

void Function(
  _i2.num,
  _i2.num,
) get moveRow => (
      _i2.num p0,
      _i2.num p1,
    ) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'moveRow',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
set moveRow (void value(num, num))

Implementation

set moveRow(
    void Function(
      _i2.num,
      _i2.num,
    ) value) {
  _i5.setProperty(
    this,
    'moveRow',
    _i5.allowInterop(value),
  );
}