Map<String, dynamic> toJson() { final isWifiEnabled = this.isWifiEnabled; return { if (isWifiEnabled != null) 'IsWifiEnabled': isWifiEnabled, }; }