normalsCount property

int get normalsCount

Implementation

int get normalsCount => elementCount > 0 ? elementCount * 3 : 0;