friendlyName property

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

If the milestone has a friendly identifier for association with other features - such as Recruiting - that identifier can be found here. This is "friendly" in that it looks better in a URL than whatever the identifier for the Milestone actually is.

Implementation

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