menu
fluxer_dart package
documentation
models/slack_webhook_request_attachments.dart
SlackWebhookRequestAttachments
authorName property
authorName property
dark_mode
light_mode
authorName
property
@JsonKey.new(includeIfNull: false, name: 'author_name')
String
?
authorName
final
Name of the author
Implementation
@JsonKey(includeIfNull: false, name: 'author_name') final String? authorName;
fluxer_dart package
documentation
models/slack_webhook_request_attachments
SlackWebhookRequestAttachments
authorName property
SlackWebhookRequestAttachments class