Timestamp constructor

Timestamp(
  1. int epoch,
  2. int unix,
  3. String human
)

Implementation

Timestamp(
  this.epoch,
  this.unix,
  this.human,
);