Constructs a new instance of the IssueInfo class.
IssueInfo({ required this.owner, required this.repo, this.number, });