asyncFromJson static method

Future<DestinyPresentationNodeCraftableChildEntry> asyncFromJson(
  1. Map<String, dynamic> json
)

Implementation

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