ClientEvent constructor

ClientEvent({
  1. String? createTime,
  2. String? eventId,
  3. Map<String, String>? extraInfo,
  4. JobEvent? jobEvent,
  5. String? parentEventId,
  6. String? requestId,
})

Implementation

ClientEvent({
  this.createTime,
  this.eventId,
  this.extraInfo,
  this.jobEvent,
  this.parentEventId,
  this.requestId,
});