copyWith method
Implementation
LanguagePackStrings copyWith({List<LanguagePackString>? strings}) =>
LanguagePackStrings(strings: strings ?? this.strings);
LanguagePackStrings copyWith({List<LanguagePackString>? strings}) =>
LanguagePackStrings(strings: strings ?? this.strings);