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