MicroSiteCompetencyItemDataModel constructor
MicroSiteCompetencyItemDataModel({})
Implementation
MicroSiteCompetencyItemDataModel({
required this.id,
this.type,
this.name,
this.displayName,
this.description,
this.status,
this.count,
this.children,
});