Status constructor

Status(
  1. String timestamp,
  2. int elapsed
)

Implementation

Status(this.timestamp, this.elapsed);