MastodonTranslationAttachment.fromJson constructor

MastodonTranslationAttachment.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory MastodonTranslationAttachment.fromJson(Map<String, dynamic> json) =>
    _$MastodonTranslationAttachmentFromJson(json);