CoinsCurrentLinksReposUrl constructor

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

Implementation

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