close property

void Function() get close

Implementation

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

Implementation

set close(void Function() value) {
  _i5.setProperty(
    this,
    'close',
    _i5.allowInterop(value),
  );
}