FailedEvent constructor

FailedEvent({
  1. String? cause,
  2. String? code,
})

Implementation

FailedEvent({
  this.cause,
  this.code,
});