ListDashboardsOutput constructor
ListDashboardsOutput({
- List<
DashboardEntry> ? dashboardEntries, - String? nextToken,
Implementation
ListDashboardsOutput({
this.dashboardEntries,
this.nextToken,
});