title property

  1. @JsonKey(name: 'og:title')
String? title
getter/setter pair

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

Implementation

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