HierarchyStructureUpdate constructor

HierarchyStructureUpdate({
  1. HierarchyLevelUpdate? levelFive,
  2. HierarchyLevelUpdate? levelFour,
  3. HierarchyLevelUpdate? levelOne,
  4. HierarchyLevelUpdate? levelThree,
  5. HierarchyLevelUpdate? levelTwo,
})

Implementation

HierarchyStructureUpdate({
  this.levelFive,
  this.levelFour,
  this.levelOne,
  this.levelThree,
  this.levelTwo,
});