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