Friendship.fromJson constructor

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

Implementation

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