label property
Label of the geometry. If none supplied, will be an empty string.
Implementation
@$pb.TagNumber(4)
$core.String get label => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set label($core.String v) { $_setString(3, v); }
Label of the geometry. If none supplied, will be an empty string.
@$pb.TagNumber(4)
$core.String get label => $_getSZ(3);
@$pb.TagNumber(4)
set label($core.String v) { $_setString(3, v); }