TBLATTBeaconEventHolder class

Properties

currentBeaconRequestStatus CurrentRequestStatus
getter/setter pair
didSendEventToBeacon bool
getter/setter pair
first_time_where_called_from WHERE_CALLED_FROM
Set the 'where_called_from' for the first time here. We set it only once for tracking purposes. This helps us identify where the tracking was granted. If a request to Beacon fails, we will know where it was initially called from.
no getter
first_where_called_from WHERE_CALLED_FROM?
get the first where_called_from
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
where_called_from WHERE_CALLED_FROM
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