name property Null safety
Gets the group name.
Note To get the correct value, ensure that you call {@link EMGroupManager#fetchGroupInfoFromServer(String groupId)} before calling this method.
Implementation
String? get name => _name;
Gets the group name.
Note To get the correct value, ensure that you call {@link EMGroupManager#fetchGroupInfoFromServer(String groupId)} before calling this method.
String? get name => _name;