stats property

  1. @JsonKey(name: 'stats')
Map<String, int>? stats
getter/setter pair

Your character's stats, such as Agility, Resilience, etc... not historical stats. You'll have to call a different endpoint for those.

Implementation

@JsonKey(name:'stats')
Map<String, int>? stats;