displayPreference property
- @JsonKey(name: 'displayPreference', fromJson: decodeDestinyMilestoneDisplayPreference, toJson: encodeDestinyMilestoneDisplayPreference)
getter/setter pair
A hint to the UI to indicate what to show as the display properties for this Milestone when showing "Live" milestone data. Feel free to show more than this if desired: this hint is meant to simplify our own UI, but it may prove useful to you as well.
Implementation
@JsonKey(name:'displayPreference',fromJson:decodeDestinyMilestoneDisplayPreference,toJson:encodeDestinyMilestoneDisplayPreference)
DestinyMilestoneDisplayPreference? displayPreference;