LoadChats copyWith({ ChatList? chatList, int? limit, }) => LoadChats( chatList: chatList ?? this.chatList, limit: limit ?? this.limit, );