4 lines
111 B
Dart
4 lines
111 B
Dart
class MailboxConstants {
|
|
static const MAILBOX_LEVEL_SEPARATOR = "/";
|
|
static const ROLE_DEFAULT = "inbox";
|
|
} |