asPoint method
Implementation
mapkit_geometry_point.Point? asPoint() {
if (_value is mapkit_geometry_point.Point) {
return _value;
}
return null;
}
mapkit_geometry_point.Point? asPoint() {
if (_value is mapkit_geometry_point.Point) {
return _value;
}
return null;
}