ProjectDetails constructor
ProjectDetails({
- AvatarUrlsBean? avatarUrls,
- String? id,
- String? key,
- String? name,
- UpdatedProjectCategory? projectCategory,
- ProjectDetailsProjectTypeKey? projectTypeKey,
- String? self,
- bool? simplified,
Implementation
ProjectDetails(
{this.avatarUrls,
this.id,
this.key,
this.name,
this.projectCategory,
this.projectTypeKey,
this.self,
bool? simplified})
: simplified = simplified ?? false;