overrideImage property

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

If populated, this image can be shown instead of the generic milestone's image when this quest is live, or it can be used to show a background image for the quest itself that differs from that of the Activity or the Milestone.

Implementation

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