IssueLabel constructor

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

Implementation

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