TBLBeaconEvent class abstract
this class is the base class for all beacon events, add here all the common fields for all events that inherit from this class this class is responsible for creating the json body for the beacon event all the events that inherit from this class should implement the getEventType method and return the event type of the event
- Implementers
Constructors
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
-
getEventType(
) → String -
getJsonBody(
) → Future< Map< String, dynamic> > -
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