breakerTypeHash property

  1. @JsonKey(name: 'breakerTypeHash')
int? breakerTypeHash
getter/setter pair

If populated, this is the hash identifier for the item's breaker type. See DestinyBreakerTypeDefinition for more details.

Implementation

@JsonKey(name:'breakerTypeHash')
int? breakerTypeHash;