description property

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

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')
String? description;