SimplifiedHierarchyLevel constructor
SimplifiedHierarchyLevel({})
Implementation
SimplifiedHierarchyLevel(
{this.aboveLevelId,
this.belowLevelId,
this.externalUuid,
this.hierarchyLevelNumber,
this.id,
List<int>? issueTypeIds,
this.level,
this.name,
this.projectConfigurationId})
: issueTypeIds = issueTypeIds ?? [];