SentryMessage constructor

const SentryMessage(
  1. String formatted, {
  2. String? template,
  3. List? params,
  4. Map<String, dynamic>? unknown,
})

Implementation

const SentryMessage(
  this.formatted, {
  this.template,
  this.params,
  this.unknown,
});