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