Skip to main content

Event constructor

Event({String? id, String? title, String? description, String? attendees, String? location, double? latitude, double? longitude, bool? recurring, bool? allDay, String? startDate, String? endDate, String? startTime, String? endTime, String? recurrence, bool? isPublic, bool? isRegistered, bool? isRegisterable, User? creator, OrgInfo? organization, List<User>? admins, List<User>? registrants})

Implementation

Event({
this.id,
this.title,
this.description,
this.attendees,
this.location,
this.latitude,
this.longitude,
this.recurring,
this.allDay,
this.startDate,
this.endDate,
this.startTime,
this.endTime,
this.recurrence,
this.isPublic,
this.isRegistered,
this.isRegisterable,
this.creator,
this.organization,
this.admins,
this.registrants,
});