breakerType property

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

If populated, this item has a breaker type corresponding to the given value. See DestinyBreakerTypeDefinition for more details.

Implementation

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