idUUID property

String idUUID

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

Implementation

String get idUUID =>
    _object.getStringProperty(_blockInterfaceName, 'IdUUID') ?? '';