Product({ int? id, required this.name, required this.price, required this.description, }) : super(id: id);