isDistinct property

bool isDistinct

True if the channel is distinct.

Implementation

bool get isDistinct => id?.startsWith('!members') == true;