ReviewLinks constructor

ReviewLinks({
  1. Uri? html,
  2. Uri? pullRequest,
  3. Uri? self,
})

Implementation

ReviewLinks({
  this.html,
  this.pullRequest,
  this.self,
});