channels property

  1. @JsonKey.new(includeToJson: false)
List<Channel> channels
final

Channels settings for subscriber

Implementation

@JsonKey(includeToJson: false)
final List<Channel> channels = [];