AddToWalletDetails constructor

const AddToWalletDetails({
  1. CanAddToWalletErrorStatus? status,
  2. 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;