NaturalLanguageCopyWith extension

Extension on NaturalLanguage that provides a copyWith method for creating a new instance of NaturalLanguage with updated properties.

on

Methods

copyWith({String? name, String? code, String? codeShort, List<String>? namesNative, String? bibliographicCode, NaturalLanguageFamily? family, bool? isRightToLeft, Set<Script>? scripts}) NaturalLanguage
Creates a new instance of NaturalLanguage with updated properties.