6 lines
163 B
Dart
6 lines
163 B
Dart
class EntryOrigins {
|
|
static const int mediaStoreContent = 0;
|
|
static const int unknownContent = 1;
|
|
static const int file = 2;
|
|
static const int vault = 3;
|
|
}
|