mediaRemovable property

bool mediaRemovable

Whether the media can be removed from the drive.

Implementation

bool get mediaRemovable =>
    _object.getBooleanProperty(_driveInterfaceName, 'MediaRemovable') ??
    false;