ListComponentsResponse constructor
ListComponentsResponse({
- List<
ApplicationComponent> ? applicationComponentList, - String? nextToken,
Implementation
ListComponentsResponse({
this.applicationComponentList,
this.nextToken,
});