level property
The level at which the item spawns. Essentially the Primary Key for this source data: there will be multiple of these source entries per item that has source data, grouped by the level at which the item spawns.
Implementation
@JsonKey(name:'level')
int? level;