copyWith method
Implementation
SettingsSectionLanguage copyWith({String? subsection}) =>
SettingsSectionLanguage(subsection: subsection ?? this.subsection);
SettingsSectionLanguage copyWith({String? subsection}) =>
SettingsSectionLanguage(subsection: subsection ?? this.subsection);