authType property

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

The type of Wi-Fi network. Possible values: wpa-psk, wpa2-psk, wpa-eap, wpa2-eap.

Implementation

@BuiltValueField(wireName: r'authType')
String get authType;