SentryMessage constructor

const SentryMessage(
  1. String formatted, {
  2. String? template,
  3. List? params,
})

Implementation

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