items property

List<PlaybackConfiguration>? items
final

Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.

Implementation

final List<PlaybackConfiguration>? items;