DocumentDelete constructor

DocumentDelete({
  1. String? document,
  2. String? readTime,
  3. List<int>? removedTargetIds,
})

Implementation

DocumentDelete({
  this.document,
  this.readTime,
  this.removedTargetIds,
});