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