isOpen method

bool isOpen()

Returns whether the dialog is currently open.

Implementation

bool isOpen() {
  return _dialogIsOpen;
}