CalendarEventsCompanion constructor
const
CalendarEventsCompanion({ - Value<int> id = const Value.absent(),
- Value<int> portalId = const Value.absent(),
- Value<DateTime?> start = const Value.absent(),
- Value<DateTime?> end = const Value.absent(),
- Value<bool> allDay = const Value.absent(),
- Value<String?> title = const Value.absent(),
- Value<String?> place = const Value.absent(),
- Value<String?> content = const Value.absent(),
- Value<String?> ownerName = const Value.absent(),
- Value<String?> creatorName = const Value.absent(),
})
Implementation
const CalendarEventsCompanion({
this.id = const Value.absent(),
this.portalId = const Value.absent(),
this.start = const Value.absent(),
this.end = const Value.absent(),
this.allDay = const Value.absent(),
this.title = const Value.absent(),
this.place = const Value.absent(),
this.content = const Value.absent(),
this.ownerName = const Value.absent(),
this.creatorName = const Value.absent(),
});