countIsConstant property

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

If true, the material requirement count value is constant. Since The Witch Queen expansion, some material requirement counts can be dynamic and will need to be returned with an API call.

Implementation

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