asyncFromJson static method

Implementation

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