Input$RemunerationInput constructor

Input$RemunerationInput({
  1. String? amount,
  2. 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,
    });