vendorsDisplayTitle property

  1. @JsonKey(name: 'vendorsDisplayTitle')
String? vendorsDisplayTitle
getter/setter pair

If you're going to show Vendors for the Milestone, you can use this as a localized "header" for the section where you show that vendor data. It'll provide a more context-relevant clue about what the vendor's role is in the Milestone.

Implementation

@JsonKey(name:'vendorsDisplayTitle')
String? vendorsDisplayTitle;