ogMetaData property
- @JsonKey(name: 'og_tag')
final
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')
final OGMetaData? ogMetaData;