channelItems property

  1. @JsonKey(name: 'items')
List<ChannelItem>? channelItems
final

Identifies the API resource's type. The value will be youtube#channelListResponse. A list of channels that match the request criteria.

Implementation

@JsonKey(name: 'items')
final List<ChannelItem>? channelItems;