factory GoogleRefreshToken({ int? id, required int userId, required String refreshToken, }) = _GoogleRefreshTokenImpl;