InputStorePaymentStarsGift constructor

const InputStorePaymentStarsGift({
  1. required InputUserBase userId,
  2. required int stars,
  3. required String currency,
  4. required int amount,
})

Input Store Payment Stars Gift constructor.

Implementation

const InputStorePaymentStarsGift({
  required this.userId,
  required this.stars,
  required this.currency,
  required this.amount,
}) : super._();