InterestGroupAuctionEventOccurredEvent constructor

InterestGroupAuctionEventOccurredEvent({
  1. required TimeSinceEpoch eventTime,
  2. required InterestGroupAuctionEventType type,
  3. required InterestGroupAuctionId uniqueAuctionId,
  4. InterestGroupAuctionId? parentAuctionId,
  5. Map<String, dynamic>? auctionConfig,
})

Implementation

InterestGroupAuctionEventOccurredEvent(
    {required this.eventTime,
    required this.type,
    required this.uniqueAuctionId,
    this.parentAuctionId,
    this.auctionConfig});