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