channels property

  1. @JsonKey.new(includeIfNull: false)
List<ChannelResponse>? channels
final

Channels visible to the requesting user from gateway state

Implementation

@JsonKey(includeIfNull: false)
final List<ChannelResponse>? channels;