Timestamp constructor

Timestamp(
  1. {int? timestamp}
)

Implementation

Timestamp({
  this.timestamp,
});