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