Input$LoyaltySettingsRedeemInput constructor

Input$LoyaltySettingsRedeemInput({
  1. String? content,
  2. 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,
    });