cellAt property

TableCellNode Function(num, num) get cellAt

Implementation

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

Implementation

set cellAt(
    _i3.TableCellNode Function(
      _i2.num,
      _i2.num,
    ) value) {
  _i5.setProperty(
    this,
    'cellAt',
    _i5.allowInterop(value),
  );
}