GetUpgradedGiftWithdrawalUrl constructor

GetUpgradedGiftWithdrawalUrl({
  1. required String receivedGiftId,
  2. required String password,
})

Implementation

GetUpgradedGiftWithdrawalUrl({
  required this.receivedGiftId,
  required this.password,
});