ssid property

String? ssid

Network name

Implementation

String? get ssid {
  return this._ssid;
}