gateway property

String gateway

The gateway in use, e.g. '192.168.1.1'.

Implementation

String get gateway =>
    _object.getStringProperty(_ip4ConfigInterfaceName, 'Gateway') ?? '';