Timestamp constructor

Timestamp({
  1. int? start,
  2. int? end,
})

Implementation

Timestamp({
  this.start,
  this.end,
});