menu
fluxer_dart package
documentation
models/message_attachment_response.dart
MessageAttachmentResponse
title property
title property
dark_mode
light_mode
title
property
@JsonKey.new(includeIfNull: false)
String
?
title
final
The title of the attachment
Implementation
@JsonKey(includeIfNull: false) final String? title;
fluxer_dart package
documentation
models/message_attachment_response
MessageAttachmentResponse
title property
MessageAttachmentResponse class