info property
Shapefile info that contains metadata for the dataset.
If the shapefile has an associated .xml file, a shapefile info object will be created and populated with metadata from the file. If an .xml file does not exist, this object will be null.
Implementation
ShapefileInfo? get info => _info.value;