Target constructor

Target({
  1. Target_QueryTarget? query,
  2. Target_DocumentsTarget? documents,
  3. Uint8List? resumeToken,
  4. Timestamp? readTime,
  5. int targetId = 0,
  6. bool once = false,
  7. Int32Value? expectedCount,
})

Implementation

Target({
  this.query,
  this.documents,
  this.resumeToken,
  this.readTime,
  this.targetId = 0,
  this.once = false,
  this.expectedCount,
}) : super(fullyQualifiedName);