LookupResponse constructor
LookupResponse({
- List<
Key> ? deferred, - List<
EntityResult> ? found, - List<
EntityResult> ? missing, - String? readTime,
- String? transaction,
Implementation
LookupResponse({
this.deferred,
this.found,
this.missing,
this.readTime,
this.transaction,
});