IVisitor class abstract
- Implementers
Constructors
- IVisitor()
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
-
activateModification(
String key) → Future< void> -
getFlagModification(
String key) → Modification? -
getModification<
T> (String key, T defaultValue, {bool activate = false}) → T -
getModificationInfo(
String key) → Map< String, Object> ? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendHit(
BaseHit hit) → Future< void> -
setConsent(
bool isConsent) → void -
synchronizeModifications(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
updateContext<
T> (String key, T value) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited