Input$LoyaltySettingsWalletQualitativeInput constructor
Input$LoyaltySettingsWalletQualitativeInput({
- bool? active,
- Input$PictureInput? picture,
- 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,
});