PortalApplication constructor
Implementation
const PortalApplication({
required this.id,
required this.category,
required this.code,
required this.nameZh,
this.nameEn,
this.iconUrl,
required this.position,
});
const PortalApplication({
required this.id,
required this.category,
required this.code,
required this.nameZh,
this.nameEn,
this.iconUrl,
required this.position,
});