IssueTypeIssueCreateMetadata constructor

IssueTypeIssueCreateMetadata({
  1. int? avatarId,
  2. String? description,
  3. String? entityId,
  4. String? expand,
  5. Map<String, dynamic>? fields,
  6. int? hierarchyLevel,
  7. String? iconUrl,
  8. String? id,
  9. String? name,
  10. Scope? scope,
  11. String? self,
  12. bool? subtask,
})

Implementation

IssueTypeIssueCreateMetadata(
    {this.avatarId,
    this.description,
    this.entityId,
    this.expand,
    this.fields,
    this.hierarchyLevel,
    this.iconUrl,
    this.id,
    this.name,
    this.scope,
    this.self,
    bool? subtask})
    : subtask = subtask ?? false;