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