Target constructor
Target({
- DocumentsTarget? documents,
- bool? once,
- QueryTarget? query,
- String? readTime,
- String? resumeToken,
- int? targetId,
Implementation
Target({
this.documents,
this.once,
this.query,
this.readTime,
this.resumeToken,
this.targetId,
});