XMediaItem constructor

XMediaItem(
  1. String id, {
  2. String? blobURL = "",
  3. int? mediaType = 0,
  4. Uint8List? miniatura,
  5. Uint8List? payload,
  6. String? xDocID = "",
  7. String? xDocID_resolved = "",
  8. String? xDocType = "",
})

Implementation

XMediaItem(
super.id,
{
	this.blobURL="",
	this.mediaType=0,
	this.miniatura,
	this.payload,
	this.xDocID="",
	this.xDocID_resolved="",
	this.xDocType="",
}
) {}