SoftwareNavigationInfo constructor
SoftwareNavigationInfo({})
Implementation
SoftwareNavigationInfo(
{this.boardId,
this.boardName,
bool? simpleBoard,
this.totalBoardsInProject})
: simpleBoard = simpleBoard ?? false;