ListComponentVersionsResponse constructor
ListComponentVersionsResponse({
- List<
ComponentVersionListItem> ? componentVersions, - String? nextToken,
Implementation
ListComponentVersionsResponse({
this.componentVersions,
this.nextToken,
});