countIsConstant property
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;