isDiscoverable property Null safety

bool? isDiscoverable
read / write

Determine whether the public group channel is discoverable. It is only for creating or updating a public group channel. This property will be ingored if isPublic is false.

Implementation

bool? isDiscoverable = true;