GeoObjectTags constructor

GeoObjectTags(
  1. List<String> tags
)

Implementation

factory GeoObjectTags(core.List<core.String> tags) => GeoObjectTagsImpl(tags);