GoogleInstallReferrerData class
Representation of Google Install Referrer data
Constructors
- GoogleInstallReferrerData({String? gclid, String? gbraid, String? gadSource, String? wbraid})
- Class constructor
-
GoogleInstallReferrerData.fromJson(Map<
String, dynamic> json) -
Creates a GoogleInstallReferrerData object from a JSON map.
factory
Properties
- gadSource ↔ String?
-
getter/setter pair
- gbraid ↔ String?
-
getter/setter pair
- gclid ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wbraid ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts a GoogleInstallReferrerData object to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited