Remote constructor
Remote(
- Repository repository,
- String name,
- String url
Implementation
Remote(this.repository, this.name, this.url);
Remote(this.repository, this.name, this.url);