Input$LoyaltySettingsWalletQualitativeInput constructor

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

Implementation

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