isFull method

bool isFull()

Implementation

bool isFull() => state == MailboxState.full;