EventDateTime constructor

EventDateTime({
  1. DateTime? date,
  2. DateTime? dateTime,
  3. String? timeZone,
})

Implementation

EventDateTime({
  this.date,
  this.dateTime,
  this.timeZone,
});