Basic details page

This commit is contained in:
2024-08-15 01:38:29 +08:00
parent 7797c1b635
commit 07f8112c7a
7 changed files with 79 additions and 12 deletions

View File

@ -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,