Object2ClientUploadedAttachmentRequest constructor
const
Object2ClientUploadedAttachmentRequest({})
Implementation
const Object2ClientUploadedAttachmentRequest({
required this.title,
required this.description,
required this.flags,
required this.duration,
required this.waveform,
required this.id,
required this.filename,
required this.uploadFilename,
required this.fileSize,
required this.contentType,
});