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