Issue constructor
Issue({})
Implementation
Issue({
required this.title,
this.body,
this.milestone,
this.labels,
this.assignee,
this.assignees = const [],
this.actualBehaviour,
this.expectedBehaviour,
});