currentUserMembershipsInactiveForDestiny property

  1. @JsonKey(name: 'currentUserMembershipsInactiveForDestiny')
bool? currentUserMembershipsInactiveForDestiny
getter/setter pair

A convenience property that indicates if every membership you (the current user) have that is a part of this group are part of an account that is considered inactive - for example, overridden accounts in Cross Save.

Implementation

@JsonKey(name:'currentUserMembershipsInactiveForDestiny')
bool? currentUserMembershipsInactiveForDestiny;