weight property

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

Weight assigned to this stat indicating its relative impressiveness.

Implementation

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