ProjectLandingPageInfo constructor
ProjectLandingPageInfo({})
Implementation
ProjectLandingPageInfo(
{this.attributes,
this.boardId,
this.boardName,
this.projectKey,
this.projectType,
this.queueCategory,
this.queueId,
this.queueName,
bool? simpleBoard,
bool? simplified,
this.url})
: simpleBoard = simpleBoard ?? false,
simplified = simplified ?? false;