fromJson Returns a Wifi object from a json representation.
factory Wifi.fromJson(String source) => Wifi.fromMap(json.decode(source));