Input$LoyaltySettingsCardLevelInput constructor

Input$LoyaltySettingsCardLevelInput({
  1. Input$PictureInput? picture,
  2. String? reputationLevel,
})

Implementation

factory Input$LoyaltySettingsCardLevelInput({
  Input$PictureInput? picture,
  String? reputationLevel,
}) =>
    Input$LoyaltySettingsCardLevelInput._({
      if (picture != null) r'picture': picture,
      if (reputationLevel != null) r'reputationLevel': reputationLevel,
    });