copyWith method

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

Implementation

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