GoogleAnalyticsParameters class

The Dynamic Link analytics parameters.

Constructors

GoogleAnalyticsParameters({@required String? campaign, String? content, @required String? medium, @required String? source, String? term})
GoogleAnalyticsParameters.empty()

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

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