copyWith method

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

Implementation

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