hintPartitionable property

bool hintPartitionable

True if the device is normally expected to be partitionable.

Implementation

bool get hintPartitionable =>
    _object.getBooleanProperty(_blockInterfaceName, 'HintPartitionable') ??
    false;