ItemContent constructor

ItemContent({
  1. UploadItemRef? contentDataRef,
  2. String? contentFormat,
  3. String? hash,
  4. String? inlineContent,
})

Implementation

ItemContent({
  this.contentDataRef,
  this.contentFormat,
  this.hash,
  this.inlineContent,
});