PastedContent constructor
const
PastedContent({})
Implementation
const PastedContent({
required this.id,
required this.type,
required this.content,
this.mediaType,
this.filename,
this.dimensions,
this.sourcePath,
});