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