FriendsList.fromJson constructor

FriendsList.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory FriendsList.fromJson(Map<String, Object?> json) => _$FriendsListFromJson(json);