$TagData class Null safety
Used by:
- dfareporting:v3.5 : TagData
- dfareporting:v4 : TagData
Constructors
Properties
- adId ↔ String?
-
Ad associated with this placement tag.
read / write
- clickTag ↔ String?
-
Tag string to record a click.
read / write
- creativeId ↔ String?
-
Creative associated with this placement tag.
read / write
- format ↔ String?
-
TagData tag format of this tag.
Possible string values are:
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- impressionTag ↔ String?
-
Tag string for serving an ad.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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