fluffychat/lib/pangea/constants/age_limits.dart
2023-11-08 12:27:18 -05:00

4 lines
99 B
Dart

class AgeLimits {
static const int toAccessFeatures = 18;
static const int toUseTheApp = 13;
}