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