ChatBoostSourceGiftCode constructor

ChatBoostSourceGiftCode({
  1. required int userId,
  2. required String giftCode,
})

Implementation

ChatBoostSourceGiftCode({required this.userId, required this.giftCode});