TimestampProgress constructor

TimestampProgress(
  1. DateTime timestamp,
  2. double progress
)

Object containing the timestamp of the measurement and the percentage progress (0-1) of the applicable tile

Implementation

TimestampProgress(
  this.timestamp,
  this.progress,
);