physicalPortId property

String physicalPortId

The pyhsical network port associated with this device.

Implementation

String get physicalPortId =>
    _object.getStringProperty(_deviceInterfaceName, 'PhysicalPortId') ?? '';