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