EventWindows class

Constructors

EventWindows({String? eventWindowId, String? eventTemplateId, String? countdownBeginTime, String? beginTime, String? endTime, List? blackoutPeriods, int? round, int? payoutDelay, bool? isTBD, bool? canLiveSpectate, List<ScoreLocations>? scoreLocations, String? visibility, List? requireAllTokens, List<String>? requireAnyTokens, List<String>? requireNoneTokensCaller, List? requireAllTokensCaller, List? requireAnyTokensCaller, List<String>? additionalRequirements, String? teammateEligibility, Metadata? metadata})
EventWindows.fromJson(Map<String, dynamic> json)

Properties

additionalRequirements List<String>?
latefinal
beginTime String?
latefinal
blackoutPeriods List?
latefinal
canLiveSpectate bool?
latefinal
countdownBeginTime String?
latefinal
endTime String?
latefinal
eventTemplateId String?
latefinal
eventWindowId String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
isTBD bool?
latefinal
metadata Metadata?
latefinal
payoutDelay int?
latefinal
requireAllTokens List?
latefinal
requireAllTokensCaller List?
latefinal
requireAnyTokens List<String>?
latefinal
requireAnyTokensCaller List?
latefinal
requireNoneTokensCaller List<String>?
latefinal
round int?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoreLocations List<ScoreLocations>?
latefinal
teammateEligibility String?
latefinal
visibility String?
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited