vertexCount property

int get vertexCount

Implementation

int get vertexCount => _surfaces.fold(0, (p, e) => p + e.vertexCount);