copyWith method
Implementation
SearchChatRecentLocationMessages copyWith({int? chatId, int? limit}) =>
SearchChatRecentLocationMessages(
chatId: chatId ?? this.chatId,
limit: limit ?? this.limit,
);
SearchChatRecentLocationMessages copyWith({int? chatId, int? limit}) =>
SearchChatRecentLocationMessages(
chatId: chatId ?? this.chatId,
limit: limit ?? this.limit,
);