url property

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

The canonical URL of the object that can be used as its permanent ID in the graph. ex: "http://www.imdb.com/title/tt0117500/"

Implementation

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