factory EmailAuth({ int? id, required int userId, required String email, required String hash, }) = _EmailAuthImpl;