copyWith method

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

Implementation

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