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