copyWith method
Implementation
InternalLinkTypePremiumGiftCode copyWith({String? code}) =>
InternalLinkTypePremiumGiftCode(code: code ?? this.code);
InternalLinkTypePremiumGiftCode copyWith({String? code}) =>
InternalLinkTypePremiumGiftCode(code: code ?? this.code);