isFakePlugSet property

  1. @JsonKey(name: 'isFakePlugSet')
bool? isFakePlugSet
getter/setter pair

Mostly for our debugging or reporting bugs, BNet is making "fake" plug sets in a desperate effort to reduce socket sizes. If this is true, the plug set was generated by BNet: if it looks wrong, that's a good indicator that it's bungie.net that fucked this up.

Implementation

@JsonKey(name:'isFakePlugSet')
bool? isFakePlugSet;