idVersion property

String idVersion

The version of the filesystem or other structured data on the block device. This property is blank if there is no version or the version is unknown.

Implementation

String get idVersion =>
    _object.getStringProperty(_blockInterfaceName, 'IdVersion') ?? '';