$ListPopulationTerm class Null safety
Used by:
- dfareporting:v3.5 : ListPopulationTerm
- dfareporting:v4 : ListPopulationTerm
Constructors
Properties
- contains ↔ bool?
-
Will be true if the term should check if the user is in the list and false
if the term should check if the user is not in the list.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- negation ↔ bool?
-
Whether to negate the comparison result of this term during rule
evaluation.
read / write
- operator ↔ String?
-
Comparison operator of this term.
read / write
- remarketingListId ↔ String?
-
ID of the list in question.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type ↔ String?
-
List population term type determines the applicable fields in this object.
read / write
- value ↔ String?
-
Literal to compare the variable to.
read / write
- variableFriendlyName ↔ String?
-
Friendly name of this term's variable.
read / write
- variableName ↔ String?
-
Name of the variable (U1, U2, etc.) being compared in this term.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited