AddToWalletDetails constructor
const
AddToWalletDetails({
- CanAddToWalletErrorStatus? status,
- String? token,
Implementation
const factory AddToWalletDetails({
/// The status of the can add to wallet request in case it failed.
CanAddToWalletErrorStatus? status,
/// The card token
String? token,
}) = _AddToWalletDetails;