exclusive property

  1. @JsonKey(name: 'exclusive', fromJson: decodeBungieMembershipType, toJson: encodeBungieMembershipType)
BungieMembershipType? exclusive
getter/setter pair

If we found that this item is exclusive to a specific platform, this will be set to the BungieMembershipType enumeration that matches that platform.

Implementation

@JsonKey(name:'exclusive',fromJson:decodeBungieMembershipType,toJson:encodeBungieMembershipType)
BungieMembershipType? exclusive;