macAddress property

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

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

Implementation

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