7 lines
217 B
Dart
7 lines
217 B
Dart
|
|
class CachingConstants {
|
|
static const int MAILBOX_CACHE_IDENTIFY = 1;
|
|
static const int MAILBOX_RIGHTS_CACHE_IDENTIFY = 2;
|
|
static const int STATE_CACHE_IDENTIFY = 3;
|
|
static const int STATE_TYPE_IDENTIFY = 4;
|
|
} |