ApplePayResponse class
Constructors
- ApplePayResponse(String status, String? token, {String? errorMessage})
- ApplePayResponse.fromException()
- ApplePayResponse.fromPlatformException(PlatformException exception)
- ApplePayResponse.fromResult(String result)
Properties
- errorMessage → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCanceled → bool
-
True if Apple Pay dialog was canceled
no setter
- isError → bool
-
True if there was an error while receiving the token
no setter
- isSuccess → bool
-
True if token was obtained successfully
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
final
- token → String?
-
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