InputStorePaymentStarsGift constructor
const
InputStorePaymentStarsGift({
- required InputUserBase userId,
- required int stars,
- required String currency,
- 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._();