SetGiftResalePrice constructor

SetGiftResalePrice({
  1. required String receivedGiftId,
  2. GiftResalePrice? price,
})

Implementation

SetGiftResalePrice({required this.receivedGiftId, this.price});