vendorHashes property

  1. @JsonKey(name: 'vendorHashes')
List<int>? vendorHashes
getter/setter pair

Sometimes milestones - or activities active in milestones - will have relevant vendors. These are the vendors that are currently relevant. Deprecated, already, for the sake of the new "vendors" property that has more data. What was I thinking.

Implementation

@JsonKey(name:'vendorHashes')
List<int>? vendorHashes;