InterestGroupAuctionEventOccurredEvent constructor
InterestGroupAuctionEventOccurredEvent({
- required TimeSinceEpoch eventTime,
- required InterestGroupAuctionEventType type,
- required InterestGroupAuctionId uniqueAuctionId,
- InterestGroupAuctionId? parentAuctionId,
- Map<
String, dynamic> ? auctionConfig,
Implementation
InterestGroupAuctionEventOccurredEvent(
{required this.eventTime,
required this.type,
required this.uniqueAuctionId,
this.parentAuctionId,
this.auctionConfig});