selectedMailbox property
Mailbox?
get
selectedMailbox
Retrieves the currently selected mailbox, if any.
Compare selectMailbox(...)
.
Implementation
Mailbox? get selectedMailbox => _selectedMailbox;
Retrieves the currently selected mailbox, if any.
Compare selectMailbox(...)
.
Mailbox? get selectedMailbox => _selectedMailbox;