HierarchyGroup constructor

HierarchyGroup({
  1. String? arn,
  2. HierarchyPath? hierarchyPath,
  3. String? id,
  4. String? levelId,
  5. String? name,
})

Implementation

HierarchyGroup({
  this.arn,
  this.hierarchyPath,
  this.id,
  this.levelId,
  this.name,
});