LookupResponse constructor

LookupResponse({
  1. List<Key>? deferred,
  2. List<EntityResult>? found,
  3. List<EntityResult>? missing,
  4. String? readTime,
  5. String? transaction,
})

Implementation

LookupResponse({
  this.deferred,
  this.found,
  this.missing,
  this.readTime,
  this.transaction,
});