name property Null safety

String? name
final

Gets the group name.

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

Implementation

final String? name;