ComponentWithIssueCount constructor
ComponentWithIssueCount({})
Implementation
ComponentWithIssueCount(
{this.assignee,
this.assigneeType,
this.description,
this.id,
bool? isAssigneeTypeValid,
this.issueCount,
this.lead,
this.name,
this.project,
this.projectId,
this.realAssignee,
this.realAssigneeType,
this.self})
: isAssigneeTypeValid = isAssigneeTypeValid ?? false;