✨ Basic details page
This commit is contained in:
@ -62,10 +62,10 @@ class Aggregations {
|
||||
}
|
||||
|
||||
class DataType {
|
||||
int branded;
|
||||
int surveyFndds;
|
||||
int srLegacy;
|
||||
int foundation;
|
||||
int? branded;
|
||||
int? surveyFndds;
|
||||
int? srLegacy;
|
||||
int? foundation;
|
||||
|
||||
DataType({
|
||||
required this.branded,
|
||||
|
Reference in New Issue
Block a user