Butterfly constructor

Butterfly(
  1. int timestamp,
  2. int highSequence,
  3. int machine,
  4. int lowSequence,
)

Implementation

Butterfly(this.timestamp, this.highSequence, this.machine, this.lowSequence);