title property

  1. @JsonKey(name: 'og:title')
String? title
final

The title of the object as it should appear within the graph. ex: "The Rock".

Implementation

@JsonKey(name: 'og:title')
final String? title;