exclusive property
- @JsonKey(name: 'exclusive', fromJson: decodeBungieMembershipType, toJson: encodeBungieMembershipType)
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;