UrlEndpoint constructor

UrlEndpoint(
  1. Uri url
)

Creates an endpoint representing a server-based database at the given url.

Implementation

UrlEndpoint(this.url);