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