AnalyticsCallOptions class

Additional options that can be passed to Analytics method calls. Note; these options are only used on the web.

Constructors

AnalyticsCallOptions({required bool global})

Properties

global bool
If true, this config or event call applies globally to all Google Analytics properties on the page.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asMap() Map<String, dynamic>
Returns the current instance as a Map.
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