Input$RemunerationInput constructor
      
      Input$RemunerationInput({ 
    
    
- String? amount,
- required Enum$WalletTypeEnum walletType,
Implementation
factory Input$RemunerationInput({
  String? amount,
  required Enum$WalletTypeEnum walletType,
}) =>
    Input$RemunerationInput._({
      if (amount != null) r'amount': amount,
      r'walletType': walletType,
    });