triangleVertexCount property

int triangleVertexCount

Implementation

int get triangleVertexCount => indices != null ? indices!.length : length;