macAddress property

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

The MAC address of the WiFi node. It's typically called a BSS, BSSID or MAC address. Separators must be : (colon).

Implementation

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