DeferredMatchResponse class

Response when a deferred deep link is found

Constructors

DeferredMatchResponse({String? deepLink, String? linkId, DeferredMatchMetadata? metadata, String? matchType, String? message})
DeferredMatchResponse.fromJson(Map<String, dynamic> json)
factory
DeferredMatchResponse.noMatch()
factory

Properties

Original deep link URL
final
hashCode int
The hash code for this object.
no setterinherited
hasMatch bool
Whether a match was found
no setter
linkId String?
Link ID for reference
final
matchType String?
How the match was made:
final
message String?
Message when no match is found
final
metadata DeferredMatchMetadata?
Link metadata
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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