allDay property

Column<bool> allDay
latefinal

Whether this is an all-day event.

Implementation

late final allDay = boolean().withDefault(const Constant(false))();