EventRecordFailure constructor

EventRecordFailure({
  1. String? eventId,
  2. String? failureCause,
  3. String? kind,
})

Implementation

EventRecordFailure({
  this.eventId,
  this.failureCause,
  this.kind,
});