Dot constructor

const Dot(
  1. int counter,
  2. String replica
)

Creates a dot with logical counter and author replica.

Implementation

const Dot(this.counter, this.replica);