flutter_application_1/lib/enums.dart

4 lines
42 B
Dart

enum PayoutInterval{
yearly,
monthly
}