Input$LoyaltySettingsRedeemInput constructor

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