cellCount property

int get cellCount

Returns the number of cells (same as number of input points).

Implementation

int get cellCount => delaunay.pointsLength;