MailboxIdDto constructor

MailboxIdDto({
  1. int? mailboxId,
})

Implementation

MailboxIdDto({
  this.mailboxId,
});