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