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