liveStreamItems property

  1. @JsonKey(name: 'items')
List<LiveStreamItem>? liveStreamItems
final

A list of live streams that match the request criteria.

Implementation

@JsonKey(name: 'items')
final List<LiveStreamItem>? liveStreamItems;