mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 10:18:20 +00:00
6 lines
127 B
Dart
6 lines
127 B
Dart
class PropertyPermission
|
|
{
|
|
static const int Read = 1;
|
|
static const int Write = 2;
|
|
static const int ReadWrite = 3;
|
|
} |