copyWith method
Implementation
@override
ChatTypeSecret copyWith({
int? secretChatId,
int? userId,
}) => ChatTypeSecret(
secretChatId: secretChatId ?? this.secretChatId,
userId: userId ?? this.userId,
);
@override
ChatTypeSecret copyWith({
int? secretChatId,
int? userId,
}) => ChatTypeSecret(
secretChatId: secretChatId ?? this.secretChatId,
userId: userId ?? this.userId,
);