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