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