showModal property

void Function() showModal

Implementation

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

Implementation

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