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