Remote constructor

Remote(
  1. String url, {
  2. RemoteAuthentication? auth,
})

Implementation

Remote(
	this.url,
	{
		RemoteAuthentication? auth
	}) : auth = auth ?? null;