ListDashboardsResponse constructor
ListDashboardsResponse({
- List<
DashboardSummary> ? dashboardSummaryList, - String? nextToken,
- String? requestId,
- int? status,
Implementation
ListDashboardsResponse({
this.dashboardSummaryList,
this.nextToken,
this.requestId,
this.status,
});