Events constructor

Events({
  1. String? id,
  2. String? tripId,
  3. String? userId,
  4. String? eventType,
  5. String? createdAt,
  6. String? eventSource,
  7. String? eventVersion,
  8. String? locationId,
})

Implementation

Events({this.id, this.tripId, this.userId, this.eventType, this.createdAt,
    this.eventSource, this.eventVersion, this.locationId});