vertexBytes property

ByteData get vertexBytes

Implementation

ByteData get vertexBytes => vertices.buffer.asByteData(
  vertices.offsetInBytes,
  vertices.lengthInBytes,
);