EventDateTime constructor

EventDateTime({
  1. LocalizedString? customDoorsOpenLabel,
  2. String? doorsOpen,
  3. String? doorsOpenLabel,
  4. String? end,
  5. String? kind,
  6. String? start,
})

Implementation

EventDateTime({
  this.customDoorsOpenLabel,
  this.doorsOpen,
  this.doorsOpenLabel,
  this.end,
  this.kind,
  this.start,
});