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