DocumentRemove constructor

DocumentRemove({
  1. String document = '',
  2. List<int> removedTargetIds = const [],
  3. Timestamp? readTime,
})

Implementation

DocumentRemove({
  this.document = '',
  this.removedTargetIds = const [],
  this.readTime,
}) : super(fullyQualifiedName);