ItemContent constructor
ItemContent({
- UploadItemRef? contentDataRef,
- String? contentFormat,
- String? hash,
- String? inlineContent,
Implementation
ItemContent({
this.contentDataRef,
this.contentFormat,
this.hash,
this.inlineContent,
});