deleteRow property

void Function(num) deleteRow

Implementation

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

Implementation

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