IssueLabel constructor

IssueLabel({
  1. String name = '',
  2. String color = '',
})

Implementation

IssueLabel({
  this.name = '',
  this.color = '',
});