name property
~english Gets the group name.
Note To get the correct value, ensure that you call EMGroupManager.fetchGroupInfoFromServer before calling this method. ~end
~chinese 从内存中获取群组名称。
Note 如需最新数据,需先从服务器获取:EMGroupManager.fetchGroupInfoFromServer。
Return 群组名称。 ~end
Implementation
@Deprecated('Use [desc] instead')
/// ~english
/// Gets the group name.
///
/// **Note**
/// To get the correct value, ensure that you call [EMGroupManager.fetchGroupInfoFromServer] before calling this method.
/// ~end
///
/// ~chinese
/// 从内存中获取群组名称。
///
/// **Note**
/// 如需最新数据,需先从服务器获取:[EMGroupManager.fetchGroupInfoFromServer]。
///
/// **Return** 群组名称。
/// ~end
final String? name;