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