name property

String? name

Custom field, generally use it to show the name of the Conversation.

Implementation

String? get name => _rawData['name'];