isDiscoverable property

  1. @JsonKey(defaultValue: false)
bool isDiscoverable
getter/setter pair

True if this channel is discoverable It is only for a public group channel.

Implementation

@JsonKey(defaultValue: false)
bool isDiscoverable;