pointerCount property Null safety

int pointerCount
final

The number of pointers that are part of this event. This must be equivalent to the length of pointerProperties and pointerCoords.

See Android's MotionEvent#getPointerCount.

Implementation

final int pointerCount;