MastodonRelationship.fromJson constructor

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

Creates a MastodonRelationship from a JSON map.

Implementation

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