SendResoldGift constructor

SendResoldGift({
  1. required String giftName,
  2. MessageSender? ownerId,
  3. GiftResalePrice? price,
})

Implementation

SendResoldGift({required this.giftName, this.ownerId, this.price});