outSpatialReference property
The spatial reference of the feature results' geometry.
If not specified, geometries are returned in the spatial reference of the service.
Implementation
SpatialReference? get outSpatialReference => _outSpatialReference.value;
Implementation
set outSpatialReference(SpatialReference? value) =>
_outSpatialReference.value = value;