factionVendorIndex property

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

The index of the Faction vendor that is currently available. Will be set to -1 if no vendors are available.

Implementation

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