itemSubType property

  1. @JsonKey(name: 'itemSubType', fromJson: decodeDestinyItemSubType, toJson: encodeDestinyItemSubType)
DestinyItemSubType? itemSubType
getter/setter pair

A value indicating the "sub-type" of the item. For instance, where an item might have an itemType value "Weapon", this will be something more specific like "Auto Rifle". itemCategoryHashes are the preferred way of identifying types, we have retained this enum for its convenience.

Implementation

@JsonKey(name:'itemSubType',fromJson:decodeDestinyItemSubType,toJson:encodeDestinyItemSubType)
DestinyItemSubType? itemSubType;