Epoch constructor

Epoch(
  1. int num,
  2. String unit
)

Implementation

Epoch(this.num, this.unit);