PaymentsApplyGiftCode constructor

const PaymentsApplyGiftCode({
  1. required String slug,
})

Payments Apply Gift Code constructor.

Implementation

const PaymentsApplyGiftCode({
  required this.slug,
}) : super._();