PortalApplicationCategory constructor
Implementation
const PortalApplicationCategory({
required this.id,
required this.user,
required this.distinguishedName,
required this.nameZh,
this.nameEn,
required this.position,
});
const PortalApplicationCategory({
required this.id,
required this.user,
required this.distinguishedName,
required this.nameZh,
this.nameEn,
required this.position,
});