copyWith method

Implementation

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