level property

  1. @JsonKey(name: 'level')
int? level
getter/setter pair

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;