isUnique property
bool
get
isUnique
Indicates whether the Conversation is normal and unique. The uniqueness is based on the members when creating.
Implementation
bool get isUnique => _rawData['unique'] ?? false;