StarGiftAuctionState class

Star Gift Auction State.

ID: 771a4e66.

Inheritance

Constructors

StarGiftAuctionState({required int version, required DateTime startDate, required DateTime endDate, required int minBidAmount, required List<AuctionBidLevelBase> bidLevels, required List<int> topBidders, required int nextRoundAt, required int lastGiftNum, required int giftsLeft, required int currentRound, required int totalRounds, required List<StarGiftAuctionRoundBase> rounds})
Star Gift Auction State constructor.
const
StarGiftAuctionState.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

bidLevels List<AuctionBidLevelBase>
Bid Levels.
final
currentRound int
Current Round.
final
endDate DateTime
End Date.
final
giftsLeft int
Gifts Left.
final
hashCode int
The hash code for this object.
no setterinherited
lastGiftNum int
Last Gift Num.
final
minBidAmount int
Min Bid Amount.
final
nextRoundAt int
Next Round At.
final
rounds List<StarGiftAuctionRoundBase>
Rounds.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime
Start Date.
final
topBidders List<int>
Top Bidders.
final
totalRounds int
Total Rounds.
final
version int
Version.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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