isDistinct property Null safety

bool? isDistinct
read / write

Determine a channel is distinct or not. If true, the channel which has the same users is returned. default is false

Implementation

bool? isDistinct;