RelationshipObject.fromJson constructor

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

Implementation

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