LogEventError constructor

LogEventError({
  1. String? kind,
  2. String? message,
  3. String? stack,
  4. String? fingerprint,
})

Implementation

LogEventError({
  this.kind,
  this.message,
  this.stack,
  this.fingerprint,
});