Constructs a new user data service.
\Drupal\Core\Database\Connection $connection: The database connection to use.
public function __construct(Connection $connection) { $this->connection = $connection; }