mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 12:02:57 +00:00
7 lines
54 B
Dart
7 lines
54 B
Dart
enum Ruling
|
|
{
|
|
Denied,
|
|
Allowed,
|
|
DontCare
|
|
}
|