time property
Timestamp of the measurement in milliseconds
Example:
// Get measurement timestamp
int time = measurement.time;
print("Measurement time: $time ms");
Implementation
int time;
Timestamp of the measurement in milliseconds
Example:
// Get measurement timestamp
int time = measurement.time;
print("Measurement time: $time ms");
int time;