SimplifiedHierarchyLevel constructor

SimplifiedHierarchyLevel({
  1. int? aboveLevelId,
  2. int? belowLevelId,
  3. String? externalUuid,
  4. int? hierarchyLevelNumber,
  5. int? id,
  6. List<int>? issueTypeIds,
  7. int? level,
  8. String? name,
  9. int? projectConfigurationId,
})

Implementation

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