EventWindows constructor

EventWindows({
  1. String? eventWindowId,
  2. String? eventTemplateId,
  3. String? countdownBeginTime,
  4. String? beginTime,
  5. String? endTime,
  6. List? blackoutPeriods,
  7. int? round,
  8. int? payoutDelay,
  9. bool? isTBD,
  10. bool? canLiveSpectate,
  11. List<ScoreLocations>? scoreLocations,
  12. String? visibility,
  13. List? requireAllTokens,
  14. List<String>? requireAnyTokens,
  15. List<String>? requireNoneTokensCaller,
  16. List? requireAllTokensCaller,
  17. List? requireAnyTokensCaller,
  18. List<String>? additionalRequirements,
  19. String? teammateEligibility,
  20. Metadata? metadata,
})

Implementation

EventWindows({
  this.eventWindowId,
  this.eventTemplateId,
  this.countdownBeginTime,
  this.beginTime,
  this.endTime,
  this.blackoutPeriods,
  this.round,
  this.payoutDelay,
  this.isTBD,
  this.canLiveSpectate,
  this.scoreLocations,
  this.visibility,
  this.requireAllTokens,
  this.requireAnyTokens,
  this.requireNoneTokensCaller,
  this.requireAllTokensCaller,
  this.requireAnyTokensCaller,
  this.additionalRequirements,
  this.teammateEligibility,
  this.metadata,
});