MastodonMediaAttachment.fromJson constructor

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

Implementation

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