ReposUrl constructor Null safety

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

Implementation

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