UserMembershipData class

Annotations
  • @JsonSerializable()

Constructors

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

Properties

bungieNetUser GeneralUser?
getter/setter pair
destinyMemberships List<GroupUserInfoCard>?
this allows you to see destiny memberships that are visible and linked to this account (regardless of whether or not they have characters on the world server)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primaryMembershipId String?
If this property is populated, it will have the membership ID of the account considered to be "primary" in this user's cross save relationship. If null, this user has no cross save relationship, nor primary account.
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<UserMembershipData>