GroupResponse class

Annotations
  • @JsonSerializable()

Constructors

GroupResponse()
GroupResponse.fromJson(Map<String, dynamic> json)
factory

Properties

allianceStatus GroupAllianceStatus?
getter/setter pair
alliedIds List<String>?
getter/setter pair
currentUserMemberMap Map<String, GroupMember>?
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.
getter/setter pair
currentUserMembershipsInactiveForDestiny bool?
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.
getter/setter pair
currentUserPotentialMemberMap Map<String, GroupPotentialMember>?
This property will be populated if the authenticated user is an applicant or has an outstanding invitation to join. Note that because of account linking, a user can sometimes be part of a clan more than once.
getter/setter pair
detail GroupV2?
getter/setter pair
founder GroupMember?
getter/setter pair
groupJoinInviteCount int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parentGroup GroupV2?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asyncToJson() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<GroupResponse>