toRaw method
VectorTile_Feature
toRaw()
inherited
Implementation
raw.VectorTile_Feature toRaw() {
return raw.VectorTile_Feature(
id: this.id,
tags: this.tags,
type: this.type.toRaw(),
geometry: this.geometryList,
);
}