ssid property

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

The SSID of the Wi-Fi network that the terminal is connected to.

Implementation

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