EM2RP/em2rp/lib/utils/constants.dart

4 lines
79 B
Dart

class Constants {
static const List<String> userRoles = ['USER', 'ADMIN'];
}