edit property
Future Function(void (TextEditorEdit), [dynamic])
get
edit
Implementation
_i2.Future<_i2.dynamic> Function(
void Function(_i3.TextEditorEdit), [
_i2.dynamic,
]) get edit => (
void Function(_i3.TextEditorEdit) p0, [
_i2.dynamic p1,
]) =>
_i5.promiseToFuture(_i5.callMethod(
_i5.getProperty(
this,
'edit',
),
r'call',
[
this,
_i5.allowInterop(p0),
p1 ?? _i6.undefined,
],
));
set
edit
(Future value(void (TextEditorEdit), [dynamic]))
Implementation
set edit(
_i2.Future<_i2.dynamic> Function(
void Function(_i3.TextEditorEdit), [
_i2.dynamic,
]) value) {
_i5.setProperty(
this,
'edit',
_i5.allowInterop(value),
);
}