flutter_application_1/lib/enums.dart

10 lines
107 B
Dart
Raw Normal View History

2024-05-06 17:28:10 +02:00
enum PayoutInterval{
yearly,
monthly
2024-06-12 12:48:30 +02:00
}
enum CalculationPerformed{
noFirstTimeItLoaded,
no,
yes
2024-05-06 17:28:10 +02:00
}