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