Issue constructor
Issue({})
Implementation
Issue({
this.attribute,
this.description,
this.destination,
this.resolution,
this.severity,
this.timestamp,
this.title,
this.type,
});
Issue({
this.attribute,
this.description,
this.destination,
this.resolution,
this.severity,
this.timestamp,
this.title,
this.type,
});