factory ModelSettings.fromJson(Map<String, dynamic> json) { return ModelSettings( languageModelName: json['LanguageModelName'] as String?, ); }