ipInterface property

String ipInterface

The name of the device's data interface when available.

Implementation

String get ipInterface =>
    _object.getStringProperty(_deviceInterfaceName, 'IpInterface') ?? '';