Links constructor

Links({
  1. Uri? git,
  2. Uri? self,
  3. Uri? html,
})

Implementation

Links({this.git, this.self, this.html});