BugReport constructor
BugReport({})
Implementation
BugReport({
this.description = '',
this.stepsToReproduce,
this.userIdentifier,
this.createdAt,
this.updatedAt,
this.attachments,
});
BugReport({
this.description = '',
this.stepsToReproduce,
this.userIdentifier,
this.createdAt,
this.updatedAt,
this.attachments,
});