title property

  1. @JsonKey.new(includeIfNull: false)
String? title
final

The title of the embed

Implementation

@JsonKey(includeIfNull: false)
final String? title;