class PizzaEvent { final String name; final DateTime dateTime; PizzaEvent(this.name, this.dateTime); }