ogImage property

  1. @JsonKey(name: 'og:image')
OGImage? ogImage
getter/setter pair

An ogImage object that contains information about the image that this Open Graph points to.

Implementation

@JsonKey(name: 'og:image')
OGImage? ogImage;