LookupResponse class

The response for Datastore.Lookup.

Constructors

LookupResponse({List<Key>? deferred, List<EntityResult>? found, List<EntityResult>? missing, String? readTime, String? transaction})
LookupResponse.fromJson(Map json_)

Properties

deferred List<Key>?
A list of keys that were not looked up due to resource constraints.
getter/setter pair
found List<EntityResult>?
Entities found as ResultType.FULL entities.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
missing List<EntityResult>?
Entities not found as ResultType.KEY_ONLY entities.
getter/setter pair
readTime String?
The time at which these entities were read or found missing.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transaction String?
The identifier of the transaction that was started as part of this Lookup request.
getter/setter pair
transactionAsBytes List<int>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited