asyncFromJson static method

Implementation

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