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