real property

bool real

True if the device exists.

Implementation

bool get real =>
    _object.getBooleanProperty(_deviceInterfaceName, 'Real') ?? false;