idLabel property

String idLabel

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

Implementation

String get idLabel =>
    _object.getStringProperty(_blockInterfaceName, 'IdLabel') ?? '';