wifiMac property

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

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

Implementation

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