spatialReferences property
An unordered collection of spatial references supported by the layer.
Spatial reference systems not supported by this API are omitted. Spatial references with multiple well-known IDs, such as CRS:84 and EPSG:4326, may appear multiple times. The collection may be empty.
Implementation
List<SpatialReference> get spatialReferences => _spatialReferences.value;