type property

String type

Type of this connection, e.g. '802-11-wireless', '802-3-ethernet'.

Implementation

String get type =>
    _object.getStringProperty(_activeConnectionInterfaceName, 'Type') ?? '';