StarTransactionTypeGiftPurchase constructor

StarTransactionTypeGiftPurchase({
  1. MessageSender? ownerId,
  2. Gift? gift,
})

Implementation

StarTransactionTypeGiftPurchase({this.ownerId, this.gift});