ListActionsResponse constructor
ListActionsResponse({
- List<
ActionSummary> ? actionSummaries, - String? nextToken,
Implementation
ListActionsResponse({
this.actionSummaries,
this.nextToken,
});