removeRow property
void Function(num)
get
removeRow
Implementation
void Function(_i2.num) get removeRow => (_i2.num p0) => _i5.callMethod(
_i5.getProperty(
this,
'removeRow',
),
r'call',
[
this,
p0,
],
);
set
removeRow
(void value(num))
Implementation
set removeRow(void Function(_i2.num) value) {
_i5.setProperty(
this,
'removeRow',
_i5.allowInterop(value),
);
}