ResolvedLinkData class

Constructors

ResolvedLinkData({int? clickTimestamp = 0, String? socialTitle = "", String? socialDescription = "", String? socialImageUrl = "", Uri? deepLink, String? campaignName = "", String? campaignMedium = "", String? campaignSource = "", String? installSource = "", LinkType? linkType})
ResolvedLinkData.fromJson(String source)
factory
ResolvedLinkData.fromMap(Map? map)
factory

Properties

campaignMedium String?
getter/setter pair
campaignName String?
getter/setter pair
campaignSource String?
getter/setter pair
clickTimestamp int?
getter/setter pair
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
installSource String?
getter/setter pair
linkType LinkType?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialDescription String?
getter/setter pair
socialImageUrl String?
getter/setter pair
socialTitle String?
getter/setter pair

Methods

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

Operators

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