itemLevel property
The Item's "Level" has the most significant bearing on its stats, such as Light and Power.
Implementation
@JsonKey(name:'itemLevel')
int? itemLevel;
The Item's "Level" has the most significant bearing on its stats, such as Light and Power.
@JsonKey(name:'itemLevel')
int? itemLevel;