isDiscoverable property Null safety

  1. @JsonKey(defaultValue: false)
bool isDiscoverable
read / write

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

Implementation

@JsonKey(defaultValue: false)
bool isDiscoverable;