copyWith method
Implementation
PremiumGiftPaymentOptions copyWith({
List<PremiumGiftPaymentOption>? options,
}) => PremiumGiftPaymentOptions(options: options ?? this.options);
PremiumGiftPaymentOptions copyWith({
List<PremiumGiftPaymentOption>? options,
}) => PremiumGiftPaymentOptions(options: options ?? this.options);