ejectable property

bool ejectable

True if media can be ejected from the drive. Use eject to perform this.

Implementation

bool get ejectable =>
    _object.getBooleanProperty(_driveInterfaceName, 'Ejectable') ?? false;