FeedbackAttachment constructor
Creates a FeedbackAttachment metadata record.
Implementation
const FeedbackAttachment({
required this.kind,
required this.key,
required this.url,
this.filename,
this.mimeType,
this.size,
});
Creates a FeedbackAttachment metadata record.
const FeedbackAttachment({
required this.kind,
required this.key,
required this.url,
this.filename,
this.mimeType,
this.size,
});