mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-09-30 11:13:17 +00:00
7 lines
54 B
Dart
7 lines
54 B
Dart
enum Ruling
|
|
{
|
|
Denied,
|
|
Allowed,
|
|
DontCare
|
|
}
|