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