SlackWebhookRequestAttachments.fromJson constructor

SlackWebhookRequestAttachments.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory SlackWebhookRequestAttachments.fromJson(Map<String, Object?> json) =>
    _$SlackWebhookRequestAttachmentsFromJson(json);