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