GoogleAnalyticsParameters class

The Dynamic Link analytics parameters.

Constructors

GoogleAnalyticsParameters({String? campaign, String? content, String? medium, String? source, String? term})
const

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.
no setterinherited
medium String?
The utm_medium analytics parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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