normalizedVertices property

  1. @TagNumber(1)
List<NormalizedVertex> get normalizedVertices

A sequence of vertices connected by straight lines.

Implementation

@$pb.TagNumber(1)
$core.List<NormalizedVertex> get normalizedVertices => $_getList(0);