mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 12:02:57 +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;
|
|
} |