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