onpaste property
dynamic Function(ClipboardEvent)?
get
onpaste
Implementation
_i2.dynamic Function(_i3.ClipboardEvent)? get onpaste =>
(_i3.ClipboardEvent p0) => _i4.callMethod(
_i4.getProperty(
this,
'onpaste',
),
r'call',
[
this,
p0,
],
);
set
onpaste
(dynamic value(ClipboardEvent)?)
Implementation
set onpaste(_i2.dynamic Function(_i3.ClipboardEvent)? value) {
_i4.setProperty(
this,
'onpaste',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}