Target constructor

Target({
  1. DocumentsTarget? documents,
  2. int? expectedCount,
  3. bool? once,
  4. QueryTarget? query,
  5. String? readTime,
  6. String? resumeToken,
  7. int? targetId,
})

Implementation

Target({
  this.documents,
  this.expectedCount,
  this.once,
  this.query,
  this.readTime,
  this.resumeToken,
  this.targetId,
});