Input$QuestRemunerationInput constructor

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