ReferralData class

Describe ReferralData object.

Constructors

ReferralData.fromJSON(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
isFirstMatch bool
getter/setter pair
getter/setter pair
isGuaranteedMatch bool
getter/setter pair
isReinstall bool
getter/setter pair
linkParams Map<String, String>
getter/setter pair
originalLinkParams Map<String, String>
getter/setter pair
referrerChannelId String
getter/setter pair
referrerUserId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
getter/setter pair

Methods

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