copyWith method

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

Implementation

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