Query$quest$quest$budget constructor

Query$quest$quest$budget({
  1. int? maxAnswers,
  2. double? pricePerUser,
  3. double? budget,
  4. double? remainingBudget,
  5. double? remainingCoins,
})

Implementation

Query$quest$quest$budget({
  this.maxAnswers,
  this.pricePerUser,
  this.budget,
  this.remainingBudget,
  this.remainingCoins,
});