The timestamp read-only property of the Sensor interface returns the timestamp of the latest sensor reading.
timestamp
Because Sensor is a base class, timestamp may only be read from one of its derived classes.
external double? get timestamp;