LinkMePayload class

Constructors

LinkMePayload({String? linkId, String? path, Map<String, String>? params, Map<String, String>? utm, Map<String, String>? custom, String? url, bool? isLinkMe})
const
LinkMePayload.fromJson(Map<String, dynamic> json)
factory

Properties

custom Map<String, String>?
final
hashCode int
The hash code for this object.
no setterinherited
isLinkMe bool?
final
linkId String?
final
params Map<String, String>?
final
path String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
final
utm Map<String, String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited