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