name property
String?
get
name
Custom field, generally use it to show the name of the Conversation.
Implementation
String? get name => _rawData['name'];
Custom field, generally use it to show the name of the Conversation.
String? get name => _rawData['name'];