InterestGroupAuctionEventOccurredEvent class
Constructors
-
InterestGroupAuctionEventOccurredEvent({required TimeSinceEpoch eventTime, required InterestGroupAuctionEventType type, required InterestGroupAuctionId uniqueAuctionId, InterestGroupAuctionId? parentAuctionId, Map<
String, dynamic> ? auctionConfig}) -
InterestGroupAuctionEventOccurredEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
auctionConfig
→ Map<
String, dynamic> ? -
Set for started and configResolved
final
- eventTime → TimeSinceEpoch
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- parentAuctionId → InterestGroupAuctionId?
-
Set for child auctions.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → InterestGroupAuctionEventType
-
final
- uniqueAuctionId → InterestGroupAuctionId
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited