MessageEvent class

Implemented types
Annotations
  • @sealed

Constructors

MessageEvent(String message, {Level level = Level.info, String? fingerprint, String? title, JsonMap? custom})
const

Properties

custom JsonMap?
Extra key/value data attached to this occurrence (Data.custom), visible and searchable in Rollbar directly — unlike breadcrumb extras, which only show up in the telemetry trail of whichever occurrence follows.
final
fingerprint String?
Overrides Rollbar's default stack/exception-class grouping for this occurrence. Null (the default) leaves grouping untouched.
final
hashCode int
The hash code for this object.
no setterinherited
level Level
final
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Overrides the occurrence's display title. Null (the default) leaves it to Rollbar. Truncated to 255 chars — Rollbar's documented limit.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited