ogMetaData property

  1. @JsonKey(name: 'og_tag')
OGMetaData? ogMetaData
final

The OGMetaData of the message. (https://ogp.me/) Might be null if

  1. Application does not support OG-TAG. (all new applications support OG-TAG by default)
  2. The message does not contain a valid url.
  3. The server did not fetch the OG-Tag yet.

Implementation

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