Mailbox constructor
Mailbox({})
Implementation
Mailbox({required this.address, required this.room, required this.queue, required this.public, required this.annotations});
Mailbox({required this.address, required this.room, required this.queue, required this.public, required this.annotations});