Input$LoyaltySettingsRedeemTranslationInput constructor
Implementation
factory Input$LoyaltySettingsRedeemTranslationInput({
required String content,
String? language,
}) =>
Input$LoyaltySettingsRedeemTranslationInput._({
r'content': content,
if (language != null) r'language': language,
});