currentUserMemberMap property
- @JsonKey(name: 'currentUserMemberMap')
getter/setter pair
This property will be populated if the authenticated user is a member of the group. Note that because of account linking, a user can sometimes be part of a clan more than once. As such, this returns the highest member type available.
Implementation
@JsonKey(name:'currentUserMemberMap')
Map<String, GroupMember>? currentUserMemberMap;