CoinsLinksReposUrl constructor

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

Implementation

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