ipAddress property

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

The terminal's Bluetooth IP address.

Implementation

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