level property
This is the level of the progression (for instance, the Character Level).
Implementation
@JsonKey(name:'level')
int? level;
This is the level of the progression (for instance, the Character Level).
@JsonKey(name:'level')
int? level;