ogMetaData property

  1. @JsonKey(name: 'og_tag')
OGMetaData? ogMetaData
getter/setter pair

The OGMetaData of the message. (https://ogp.me/) Might be null if Application does not support OG-TAG. (all new applications support OG-TAG by default) The message does not contain a valid url. The server did not fetch the OG-Tag yet.

Implementation

@JsonKey(name: 'og_tag')
OGMetaData? ogMetaData;