VasCommandConfiguration class
One pass to ask the wallet for.
Constructors
- VasCommandConfiguration({required String passTypeIdentifier, VasMode mode = VasMode.normal, String? url})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode → VasMode
-
Whether to ask for the payload or only the URL.
final
- passTypeIdentifier → String
-
The pass type identifier, as registered with Apple.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String?
-
The URL handed to the wallet when no matching pass is installed, so the user can be
offered one.
final
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