Array of integers, indicating which vertices each triangle consists of. The length of this array is thus 3 times the number of triangles.
late final List<int> indices;