description property Null safety

String? description

Gets the group description.

Note To get the correct value, ensure that you call {@link EMGroupManager#fetchGroupInfoFromServer(String groupId)} before calling this method.

Implementation

String? get description => _description;