HierarchyPath constructor

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

Implementation

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