PageBeanComponentWithIssueCount constructor
PageBeanComponentWithIssueCount({})
Implementation
PageBeanComponentWithIssueCount(
{bool? isLast,
this.maxResults,
this.nextPage,
this.self,
this.startAt,
this.total,
List<ComponentWithIssueCount>? values})
: isLast = isLast ?? false,
values = values ?? [];