PageEntity constructor
const
PageEntity({})
Implementation
const PageEntity({
required this.id,
required this.branchID,
required this.name,
required this.stabilID,
this.type = PageTypes.page,
this.sharedTeamID,
this.variantID,
});