menu
fluxer_dart package
documentation
models/rich_embed_request.dart
RichEmbedRequest
title property
title property
dark_mode
light_mode
title
property
@JsonKey.new(includeIfNull: false)
String
?
title
final
Title of the embed (0-256 characters)
Implementation
@JsonKey(includeIfNull: false) final String? title;
fluxer_dart package
documentation
models/rich_embed_request
RichEmbedRequest
title property
RichEmbedRequest class