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