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