CanSendGift constructor

CanSendGift({
  1. required int giftId,
})

Implementation

CanSendGift({required this.giftId});