permHwAddress property

String permHwAddress

Permanent hardware address, e.g. '00:0a:95:9d:68:16'.

Implementation

String get permHwAddress =>
    _object.getStringProperty(
        _wirelessDeviceInterfaceName, 'PermHwAddress') ??
    '';