description property
- @Deprecated('Use [desc] instead')
final
Gets the group description.
Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method.
Implementation
@Deprecated('Use [desc] instead')
///
/// Gets the group description.
///
/// **Note**
/// To get the correct value, ensure that you call [ChatGroupManager.fetchGroupInfoFromServer] before calling this method.
///
///
///
final String? description;