triangleVertexCount property

int get triangleVertexCount

Implementation

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