broadcastItems property Null safety

List<LiveBroadcastItem>? broadcastItems
@JsonKey(name: 'items'), final

A list of broadcasts that match the request criteria.

Implementation

@JsonKey(name: 'items')
final List<LiveBroadcastItem>? broadcastItems;