WifiSsid.fromJson constructor
WifiSsid.fromJson(
- Map json_
Implementation
WifiSsid.fromJson(core.Map json_)
: this(wifiSsid: json_['wifiSsid'] as core.String?);
WifiSsid.fromJson(core.Map json_)
: this(wifiSsid: json_['wifiSsid'] as core.String?);