MessageEvent constructor

const MessageEvent(
  1. String message, {
  2. Level level = Level.info,
  3. String? fingerprint,
  4. String? title,
  5. JsonMap? custom,
})

Implementation

const MessageEvent(
  this.message, {
  this.level = Level.info,
  this.fingerprint,
  this.title,
  this.custom,
});