uiPosition property

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

This apparently indicates the position of the stats in the UI? I've returned it in case anyone can use it, but it's not of any use to us on BNet. Something's being lost in translation with this value.

Implementation

@JsonKey(name:'uiPosition')
int? uiPosition;