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