EmbeddedFile constructor
Creates an EmbeddedFile instance
Implementation
EmbeddedFile({
required this.filePath,
this.description,
this.contentType,
});
Creates an EmbeddedFile instance
EmbeddedFile({
required this.filePath,
this.description,
this.contentType,
});