onload top-level property

dynamic Function(Event)? get onload

Fires immediately after the browser loads the object.

Implementation

_i2.dynamic Function(_i3.Event)? get onload => (_i3.Event p0) => _i4.callMethod(
      _i4.getProperty(
        _self,
        'onload',
      ),
      r'call',
      [
        _self,
        p0,
      ],
    );