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