NetworkProfileData constructor

NetworkProfileData({
  1. String? certificateAuthorityArn,
  2. String? description,
  3. NetworkEapMethod? eapMethod,
  4. String? networkProfileArn,
  5. String? networkProfileName,
  6. NetworkSecurityType? securityType,
  7. String? ssid,
})

Implementation

NetworkProfileData({
  this.certificateAuthorityArn,
  this.description,
  this.eapMethod,
  this.networkProfileArn,
  this.networkProfileName,
  this.securityType,
  this.ssid,
});