vendorItemIndex property
The quest reward item may be associated with a vendor. If so, this is the index of the item being sold, which we can use at runtime to find instanced item information for the reward item.
Implementation
@JsonKey(name:'vendorItemIndex')
int? vendorItemIndex;