PageOfDashboards constructor
PageOfDashboards({})
Implementation
PageOfDashboards(
{List<Dashboard>? dashboards,
this.maxResults,
this.next,
this.prev,
this.startAt,
this.total})
: dashboards = dashboards ?? [];