asyncFromJson static method

Implementation

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