copyWith method

GetChatFolderChatCount copyWith({
  1. ChatFolder? folder,
})

Implementation

GetChatFolderChatCount copyWith({
  ChatFolder? folder,
}) =>
    GetChatFolderChatCount(
      folder: folder ?? this.folder,
    );