Target constructor

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

Implementation

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