copyToArray method

List<int> copyToArray()

Implementation

List<int> copyToArray() => [vertex0, vertex1, vertex2];