reload property

void Function() get reload

Implementation

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

Implementation

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