StarTransactionTypeBotInvoicePurchase constructor

StarTransactionTypeBotInvoicePurchase({
  1. required int userId,
  2. ProductInfo? productInfo,
})

Implementation

StarTransactionTypeBotInvoicePurchase({
  required this.userId,
  this.productInfo,
});