HierarchyStructure constructor
HierarchyStructure({
- HierarchyLevel? levelFive,
- HierarchyLevel? levelFour,
- HierarchyLevel? levelOne,
- HierarchyLevel? levelThree,
- HierarchyLevel? levelTwo,
Implementation
HierarchyStructure({
this.levelFive,
this.levelFour,
this.levelOne,
this.levelThree,
this.levelTwo,
});