Remote constructor

Remote(
  1. Repository repository,
  2. String name,
  3. String url
)

Implementation

Remote(this.repository, this.name, this.url);