copyWith method

ApplyPremiumGiftCode copyWith({
  1. String? code,
})

Implementation

ApplyPremiumGiftCode copyWith({String? code}) =>
    ApplyPremiumGiftCode(code: code ?? this.code);