factory WirelessConnection.fromJson(Map<String, dynamic> json) { return WirelessConnection( isWifiEnabled: json['IsWifiEnabled'] as bool?, ); }