Input$LoyaltySettingsWalletQualitativeInput constructor

Input$LoyaltySettingsWalletQualitativeInput({
  1. bool? active,
  2. Input$PictureInput? picture,
})

Implementation

factory Input$LoyaltySettingsWalletQualitativeInput({
  bool? active,
  Input$PictureInput? picture,
}) =>
    Input$LoyaltySettingsWalletQualitativeInput._({
      if (active != null) r'active': active,
      if (picture != null) r'picture': picture,
    });