areAllMembershipsInactive property

  1. @JsonKey(name: 'areAllMembershipsInactive')
Map<String, bool>? areAllMembershipsInactive
getter/setter pair

A convenience property that indicates if every membership this user has that is a part of this group are part of an account that is considered inactive - for example, overridden accounts in Cross Save. The key is the Group ID for the group being checked, and the value is true if the users' memberships for that group are all inactive.

Implementation

@JsonKey(name:'areAllMembershipsInactive')
Map<String, bool>? areAllMembershipsInactive;