geometry property

  1. @TagNumber.new(4)
PbList<int> get geometry

Contains a stream of commands and parameters (vertices). A detailed description on geometry encoding is located in section 4.3 of the specification.

Implementation

@$pb.TagNumber(4)
$pb.PbList<$core.int> get geometry => $_getList(3);