owner property Null safety
final
Gets the user ID of the group owner.
Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method.
Implementation
final String? owner;
Gets the user ID of the group owner.
Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method.
final String? owner;