Event constructor

Event(
  1. int id,
  2. String title,
  3. String idName,
  4. String endTime,
  5. String fullInfo,
  6. String info,
  7. String siteUrl,
  8. String startTime,
  9. int defaultRoleId,
  10. String fullInfoEmbeddedUrl,
  11. String? logoSource,
  12. bool visibleOnMain,
  13. List<EventPlace>? places,
)

Implementation

Event(
    this.id,
    this.title,
    this.idName,
    this.endTime,
    this.fullInfo,
    this.info,
    this.siteUrl,
    this.startTime,
    this.defaultRoleId,
    this.fullInfoEmbeddedUrl,
    this.logoSource,
    this.visibleOnMain, this.places);