spatialReference property

SpatialReference? spatialReference

The spatial reference for the part.

If the mutable_part does not have a spatial reference null is returned.

Implementation

SpatialReference? get spatialReference => _spatialReference.value;