SwapEvent constructor
const
SwapEvent({})
Implementation
const SwapEvent({
this.amount0In,
this.amount0Out,
this.amount1In,
this.amount1Out,
required this.eventIndex,
required this.maker,
required this.pairId,
required this.priceNative,
this.reserves,
required this.txnId,
required this.txnIndex,
});