ipAddress property

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

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

Implementation

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