IssueEvent constructor

IssueEvent({
  1. int? id,
  2. String? name,
})

Implementation

IssueEvent({this.id, this.name});