toRaw method

Implementation

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