asyncFromJson static method
Implementation
static Future<BungieFriendRequestListResponse> asyncFromJson(Map<String, dynamic> json) =>
compute<Map<String, dynamic>, BungieFriendRequestListResponse>((json)=>BungieFriendRequestListResponse.fromJson(json), json);