name property

String? get name

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

Implementation

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