copyWith method

SettingsSectionLanguage copyWith({
  1. String? subsection,
})

Implementation

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