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