FeedbackDraft constructor
Creates a FeedbackDraft ready for submission.
Implementation
const FeedbackDraft({
required this.title,
required this.description,
this.reporterName,
this.reporterEmail,
required this.platform,
this.appVersion,
this.buildNumber,
this.metadata = const {},
this.attachments = const [],
});