PaymentsStarGiftUpgradeAttributes constructor

const PaymentsStarGiftUpgradeAttributes({
  1. required List<StarGiftAttributeBase> attributes,
})

Payments Star Gift Upgrade Attributes constructor.

Implementation

const PaymentsStarGiftUpgradeAttributes({required this.attributes})
    : super._();