name property

  1. @Deprecated('Use [desc] instead')
String? name
final

Gets the group name.

Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method.

Implementation

@Deprecated('Use [desc] instead')

///
/// Gets the group name.
///
/// **Note**
/// To get the correct value, ensure that you call [ChatGroupManager.fetchGroupInfoFromServer] before calling this method.
///
///
///
final String? name;