ReposUrl constructor

ReposUrl({
  1. List<String> github,
  2. List bitbucket,
})

Implementation

ReposUrl({
  this.github,
  this.bitbucket,
});