amount property

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

The amount of experience to give to each of the mapped progressions.

Implementation

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