title property

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

A title for the attachment (1-1024 characters)

Implementation

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