SelfDescribing class Adding data to your events Tracking events

Event to track custom information that does not fit into the out-of-the box events.

Implemented types
Annotations

Constructors

SelfDescribing.new({required String schema, required dynamic data})
const

Properties

data → dynamic
The custom data for the event.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema String
A valid Iglu schema path.
final

Methods

endpoint() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
override
toString() String
A string representation of this object.
inherited

Operators

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