6 lines
160 B
Dart
6 lines
160 B
Dart
|
class HiveTypeIdConstants {
|
||
|
static const int topspeakersHiveId = 103;
|
||
|
static const int topSponsorsHiveId = 104;
|
||
|
static const int topTopicsHiveId = 105;
|
||
|
}
|