The hasReading read-only property of the Sensor interface returns a boolean value indicating whether the sensor has a reading.
hasReading
Because Sensor is a base class, hasReading may only be read from one of its derived classes.
external bool get hasReading;