verticesCount property

int get verticesCount

Implementation

int get verticesCount => vertexCount > 0 ? vertexCount * 3 : 0;