restore property

void Function() restore

Implementation

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

Implementation

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