ListDashboardsOutput constructor

ListDashboardsOutput({
  1. List<DashboardEntry>? dashboardEntries,
  2. String? nextToken,
})

Implementation

ListDashboardsOutput({
  this.dashboardEntries,
  this.nextToken,
});