deleteCell property

void Function(num) deleteCell

Implementation

void Function(_i2.num) get deleteCell => (_i2.num p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'deleteCell',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
void deleteCell=(void value(num))

Implementation

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