PendingDeepLinkData class
Constructors
-
PendingDeepLinkData({required Uri link, Map<
String, dynamic> metadata = const {}}) -
const
Properties
Methods
-
asMap(
) → Map< String, dynamic> - Returns the current instance as a Map.
-
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