copyWith method

Implementation

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