owner property Null safety

String? owner
final

Gets the user ID of the group owner.

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

Implementation

final String? owner;