copyWith method

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

Implementation

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