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