PaymentsGetStarGiftUpgradeAttributes constructor

const PaymentsGetStarGiftUpgradeAttributes({
  1. required int giftId,
})

Payments Get Star Gift Upgrade Attributes constructor.

Implementation

const PaymentsGetStarGiftUpgradeAttributes({required this.giftId})
    : super._();