copyWith method

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

Implementation

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