channels property

  1. @JsonKey(defaultValue: [])
List<ChannelState> channels
getter/setter pair

List of channels state returned by the query

Implementation

@JsonKey(defaultValue: [])
late List<ChannelState> channels;