Target constructor
Target({
- Target_QueryTarget? query,
- Target_DocumentsTarget? documents,
- Uint8List? resumeToken,
- Timestamp? readTime,
- int targetId = 0,
- bool once = false,
- Int32Value? expectedCount,
Implementation
Target({
this.query,
this.documents,
this.resumeToken,
this.readTime,
this.targetId = 0,
this.once = false,
this.expectedCount,
}) : super(fullyQualifiedName);