domainSuffix property

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

Specifies the server domain name for EAP-TLS and EAP-PEAP WiFi profiles on Android 11 and above.

Implementation

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