2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-12-17 01:10:25 +00:00
This commit is contained in:
2019-08-07 05:12:10 +03:00
parent de338a3350
commit 29c8252c10
74 changed files with 10372 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class StorageMode
{
static const NonVolatile = 0;
static const Volatile = 1;
static const Recordable = 2;
}