spatialReference property

SpatialReference? spatialReference

The spatial reference of the table.

A spatial reference defines how the coordinates of a feature's Geometry correspond to locations in the real world. For more information, see the SpatialReference class or the Spatial references documentation.

Implementation

SpatialReference? get spatialReference => _spatialReference.value;