Event class abstract

A library Event.

An Event is anything that triggers a side-effect within the library, be it changing state (eg. context), or communicating with the Rollbar API.

Each Event instance carries contextual information specific to its event.

Implementers
Annotations

Constructors

Event()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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