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