flutter_application_1/lib/enums.dart

4 lines
42 B
Dart
Raw Normal View History

2024-05-06 17:28:10 +02:00
enum PayoutInterval{
yearly,
monthly
}