Notification class abstract

A notification event.

A notification instructs the Rollbar SDK to notify the Rollbar API of an event.

Implemented types
Implementers

Constructors

Notification()

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.
no setter
fingerprint String?
Overrides Rollbar's default stack/exception-class grouping for this occurrence. Null (the default) leaves grouping untouched.
no setter
hashCode int
The hash code for this object.
no setterinherited
level Level
no setter
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.
no setter

Methods

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

Operators

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