uniqueID property
String?
get
uniqueID
If the Conversation.isUnique is true
, then it will have a unique-ID.
Implementation
String? get uniqueID => _rawData['uniqueId'];
If the Conversation.isUnique is true
, then it will have a unique-ID.
String? get uniqueID => _rawData['uniqueId'];