ogImage property

  1. @JsonKey(name: 'og:image')
OGImage? ogImage
final

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

Implementation

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