description property
- @JsonKey(name: 'og:description')
final
A one to two sentence description of the object. ex: "Sean Connery found fame and fortune as the suave, sophisticated British agent, James Bond."
Implementation
@JsonKey(name: 'og:description')
final String? description;