wifiIp property

  1. @BuiltValueField.new(wireName: r'wifiIp')
String? get wifiIp

The terminal's IP address in your Wi-Fi network.

Implementation

@BuiltValueField(wireName: r'wifiIp')
String? get wifiIp;