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