EventInfo constructor

EventInfo({
  1. String? abstractInfo,
  2. EventTime? beginTime,
  3. EventTime? closeTime,
  4. String? condition,
  5. String? placeInfo,
  6. String? sponsor,
  7. String? theme,
})

Implementation

EventInfo({
  this.abstractInfo,
  this.beginTime,
  this.closeTime,
  this.condition,
  this.placeInfo,
  this.sponsor,
  this.theme,
});