Input$LoyaltySettingsRedeemInput constructor
Input$LoyaltySettingsRedeemInput({
- String? content,
- Enum$OutboundEditorEnum? editor,
- List<
Input$LoyaltySettingsRedeemTranslationInput> ? translation,
Implementation
factory Input$LoyaltySettingsRedeemInput({
String? content,
Enum$OutboundEditorEnum? editor,
List<Input$LoyaltySettingsRedeemTranslationInput>? translation,
}) =>
Input$LoyaltySettingsRedeemInput._({
if (content != null) r'content': content,
if (editor != null) r'editor': editor,
if (translation != null) r'translation': translation,
});