vendorLocationIndex property
An index into the vendor definition's "locations" property array, indicating which location they are at currently. If -1, then the vendor has no known location (and you may choose not to show them in your UI as a result. I mean, it's your bag honey)
Implementation
@JsonKey(name:'vendorLocationIndex')
int? vendorLocationIndex;