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