copyWith method
Implementation
LanguageDetectionToolConfig copyWith({String? systemToolType}) {
return LanguageDetectionToolConfig(
systemToolType: systemToolType ?? this.systemToolType);
}
LanguageDetectionToolConfig copyWith({String? systemToolType}) {
return LanguageDetectionToolConfig(
systemToolType: systemToolType ?? this.systemToolType);
}