ListPackagingGroupsResponse constructor
ListPackagingGroupsResponse({
- String? nextToken,
- List<
PackagingGroup> ? packagingGroups,
Implementation
ListPackagingGroupsResponse({
this.nextToken,
this.packagingGroups,
});