asyncFromJson static method

Implementation

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