flutter-freaccess-hub/lib/shared/enums/enum_throw_exception.dart

5 lines
57 B
Dart

enum EnumThrowException {
success,
error,
warning
}