ListApplicationsResponse constructor
ListApplicationsResponse({
- required List<
ApplicationSummary> applicationSummaries, - String? nextToken,
Implementation
ListApplicationsResponse({
required this.applicationSummaries,
this.nextToken,
});