sensor property

Shape get sensor

The sensor shape of a sensor event.

Implementation

Shape get sensor {
  assert(isSensorEvent, 'Only sensor events have a sensor shape');
  return shapeA;
}