ListPlaybackConfigurationsResponse constructor
ListPlaybackConfigurationsResponse({
- List<
PlaybackConfiguration> ? items, - String? nextToken,
Implementation
ListPlaybackConfigurationsResponse({
this.items,
this.nextToken,
});