KonectarApp/lib/utils/hivetypeids.dart

6 lines
160 B
Dart
Raw Normal View History

2024-12-03 05:59:45 +00:00
class HiveTypeIdConstants {
static const int topspeakersHiveId = 103;
static const int topSponsorsHiveId = 104;
static const int topTopicsHiveId = 105;
}