SwapEvent constructor
SwapEvent({})
Creates a swap event.
Implementation
SwapEvent({
required this.entryId,
required this.fromIndex,
required this.toIndex,
required this.durationMs,
required this.isWarmStart,
});
Creates a swap event.
SwapEvent({
required this.entryId,
required this.fromIndex,
required this.toIndex,
required this.durationMs,
required this.isWarmStart,
});