GoogleAnalyticsParameters class
The Dynamic Link analytics parameters.
Constructors
Properties
- campaign → String?
-
The utm_campaign analytics parameter.
final
- content → String?
-
The utm_content analytics parameter.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- medium → String?
-
The utm_medium analytics parameter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- source → String?
-
The utm_source analytics parameter.
final
- term → String?
-
The utm_term analytics parameter.
final
Methods
-
asMap(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited