class Integration { final String id; Integration({ required this.id, }); }