RelationShipListResponse.fromJson constructor

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

Implementation

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