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;
}
The sensor shape of a sensor event.
Shape get sensor {
assert(isSensorEvent, 'Only sensor events have a sensor shape');
return shapeA;
}