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