asGeoObjectCollection method
Implementation
GeoObjectCollection? asGeoObjectCollection() {
if (_value is GeoObjectCollection) {
return _value;
}
return null;
}
GeoObjectCollection? asGeoObjectCollection() {
if (_value is GeoObjectCollection) {
return _value;
}
return null;
}