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