Input$RemunerationWithReputationQuantitativeInput constructor
Implementation
factory Input$RemunerationWithReputationQuantitativeInput({
String? amount,
String? wallet,
}) =>
Input$RemunerationWithReputationQuantitativeInput._({
if (amount != null) r'amount': amount,
if (wallet != null) r'wallet': wallet,
});