Create a ClientSettings from JSON
factory ClientSettings.fromJson(Map<String, dynamic> json) => _$ClientSettingsFromJson(json);