MastodonRelationship.fromJson constructor
Creates a MastodonRelationship from a JSON map.
Implementation
factory MastodonRelationship.fromJson(Map<String, dynamic> json) =>
_$MastodonRelationshipFromJson(json);
Creates a MastodonRelationship from a JSON map.
factory MastodonRelationship.fromJson(Map<String, dynamic> json) =>
_$MastodonRelationshipFromJson(json);