XMediaItem constructor

XMediaItem(
  1. String id, {
  2. String? blobURL = "",
  3. bool? hasOverlaySurface = false,
  4. String? localURI = "",
  5. int? mediaType = 0,
  6. Uint8List? miniatura,
  7. Uint8List? overlaySurface,
  8. Uint8List? payload,
  9. int? visPos = 0,
  10. String? xDocID = "",
  11. String? xDocID_resolved = "",
  12. String? xDocType = "",
  13. bool isNew = false,
})

Implementation

XMediaItem(super.id, {this.blobURL = "", this.hasOverlaySurface = false, this.localURI = "", this.mediaType = 0, this.miniatura, this.overlaySurface, this.payload, this.visPos = 0, this.xDocID = "", this.xDocID_resolved = "", this.xDocType = "", super.isNew = false}) {}