Input$LoyaltySettingsCardLevelRepresentationInput constructor

Input$LoyaltySettingsCardLevelRepresentationInput({
  1. Enum$CodeRepresentationEnum? visual,
  2. Enum$BarcodeRepresentationTyeEnum? style,
  3. Enum$CardRepresentationEnum? representation,
})

Implementation

factory Input$LoyaltySettingsCardLevelRepresentationInput({
  Enum$CodeRepresentationEnum? visual,
  Enum$BarcodeRepresentationTyeEnum? style,
  Enum$CardRepresentationEnum? representation,
}) =>
    Input$LoyaltySettingsCardLevelRepresentationInput._({
      if (visual != null) r'visual': visual,
      if (style != null) r'style': style,
      if (representation != null) r'representation': representation,
    });