This repository has been archived on 2024-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
app/lib/model/legelState.dart

6 lines
78 B
Dart

enum LegalState {
unknown,
allowed,
disallowedTime,
disallowedRegion
}