RequestAdjust class

Constructors

RequestAdjust.new({required String adjustToken, required String distinctId, required bool adjustSandbox, required CheckListener? checkListener})

Properties

adjustSandbox bool
getter/setter pair
adjustToken String
getter/setter pair
checkListener CheckListener?
getter/setter pair
distinctId String
getter/setter pair
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