load property

void Function() load

Implementation

void Function() get load => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'load',
      ),
      r'call',
      [this],
    );
void load=(void value())

Implementation

set load(void Function() value) {
  _i4.setProperty(
    this,
    'load',
    _i4.allowInterop(value),
  );
}