vendorHash property
The hash identifier of the Vendor related to this Milestone. You can show useful things from this, such as thier Faction icon or whatever you might care about.
Implementation
@JsonKey(name:'vendorHash')
int? vendorHash;
The hash identifier of the Vendor related to this Milestone. You can show useful things from this, such as thier Faction icon or whatever you might care about.
@JsonKey(name:'vendorHash')
int? vendorHash;