Relationship.fromJson constructor

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

Implementation

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