LookupResponse class Null safety
The response for Datastore.Lookup.
Constructors
-
LookupResponse({List<
Key> ? deferred, List<EntityResult> ? found, List<EntityResult> ? missing, String? readTime}) - LookupResponse.fromJson(Map json_)
Properties
-
deferred
↔ List<
Key> ? -
A list of keys that were not looked up due to resource constraints.
read / write
-
found
↔ List<
EntityResult> ? -
Entities found as
ResultType.FULL
entities.read / write - hashCode → int
-
The hash code for this object.
read-onlyinherited
-
missing
↔ List<
EntityResult> ? -
Entities not found as
ResultType.KEY_ONLY
entities.read / write - readTime ↔ String?
-
The time at which these entities were read or found missing.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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