qualityLevel property
qualityLevel is used in combination with the item's level to calculate stats like Attack and Defense. It plays a role in that calculation, but not nearly as large as itemLevel does.
Implementation
@JsonKey(name:'qualityLevel')
int? qualityLevel;