KonectarApp/lib/utils/hivetypeids.dart

7 lines
205 B
Dart

class HiveTypeIdConstants {
static const int topspeakersHiveId = 103;
static const int topSponsorsHiveId = 104;
static const int topTopicsHiveId = 105;
static const int hiveApiConstantsId = 106;
}