ProjectComponent constructor
ProjectComponent({
- User? assignee,
- ProjectComponentAssigneeType? assigneeType,
- String? description,
- String? id,
- bool? isAssigneeTypeValid,
- User? lead,
- String? leadAccountId,
- String? leadUserName,
- String? name,
- String? project,
- int? projectId,
- User? realAssignee,
- ProjectComponentRealAssigneeType? realAssigneeType,
- String? self,
Implementation
ProjectComponent(
{this.assignee,
this.assigneeType,
this.description,
this.id,
bool? isAssigneeTypeValid,
this.lead,
this.leadAccountId,
this.leadUserName,
this.name,
this.project,
this.projectId,
this.realAssignee,
this.realAssigneeType,
this.self})
: isAssigneeTypeValid = isAssigneeTypeValid ?? false;