ProEventParam constructor

ProEventParam({
  1. int? proId,
  2. int? datetimeStart,
  3. int? datetimeStop,
  4. String? type,
  5. String? eventTitle,
  6. String? moreInfos,
  7. double? lat,
  8. double? lng,
  9. int? placeId,
  10. String? imageUrl,
  11. int? cancelTimeUpTo,
  12. int? callDuration,
})

Implementation

ProEventParam(
    {this.proId,
    this.datetimeStart,
    this.datetimeStop,
    this.type,
    this.eventTitle,
    this.moreInfos,
    this.lat,
    this.lng,
    this.placeId,
    this.imageUrl,
    this.cancelTimeUpTo,
    this.callDuration});