mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-09-30 11:13:17 +00:00
6 lines
113 B
Dart
6 lines
113 B
Dart
class StorageMode
|
|
{
|
|
static const NonVolatile = 0;
|
|
static const Volatile = 1;
|
|
static const Recordable = 2;
|
|
} |