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