WPA2EnterpriseProfile constructor
WPA2EnterpriseProfile({})
Implementation
WPA2EnterpriseProfile({
required this.ssid,
required this.outerIdentity,
required this.username,
required this.trustedServerNames,
required this.installedBy,
required this.installed,
});