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