NetworkProfile constructor

NetworkProfile({
  1. String? certificateAuthorityArn,
  2. String? currentPassword,
  3. String? description,
  4. NetworkEapMethod? eapMethod,
  5. String? networkProfileArn,
  6. String? networkProfileName,
  7. String? nextPassword,
  8. NetworkSecurityType? securityType,
  9. String? ssid,
  10. List<String>? trustAnchors,
})

Implementation

NetworkProfile({
  this.certificateAuthorityArn,
  this.currentPassword,
  this.description,
  this.eapMethod,
  this.networkProfileArn,
  this.networkProfileName,
  this.nextPassword,
  this.securityType,
  this.ssid,
  this.trustAnchors,
});