WiFiConnectionInfo.fromJson constructor

WiFiConnectionInfo.fromJson(
  1. String str
)

Implementation

factory WiFiConnectionInfo.fromJson(String str) {
  return WiFiConnectionInfo.fromMap(json.decode(str));
}