loadoutIndex property

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

The index of the loadout for this action request.

Implementation

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