title property
The title of the object as it should appear within the graph. ex: "The Rock".
Implementation
@JsonKey(name: 'og:title')
String? title;
The title of the object as it should appear within the graph. ex: "The Rock".
@JsonKey(name: 'og:title')
String? title;