copyWith method

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

Implementation

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