featureImage property

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

If isFeatured, this image will be populated with whatever the featured image is. Note that this will likely be a very large image, so don't use it all the time.

Implementation

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