MastodonProof.fromJson constructor

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

Creates a MastodonProof from a JSON map.

Implementation

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