HierarchyGroup constructor
HierarchyGroup({
- String? arn,
- HierarchyPath? hierarchyPath,
- String? id,
- String? levelId,
- String? name,
Implementation
HierarchyGroup({
this.arn,
this.hierarchyPath,
this.id,
this.levelId,
this.name,
});