channelItems property Null safety

List<ChannelItem>? channelItems
@JsonKey(name: 'items'), 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;