copyWith method

Implementation

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