LookupRequest class Null safety
The request for Datastore.Lookup.
Constructors
-
LookupRequest({String? databaseId, List<
Key> ? keys, ReadOptions? readOptions}) - LookupRequest.fromJson(Map json_)
Properties
- databaseId ↔ String?
-
The ID of the database against which to make the request.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
keys
↔ List<
Key> ? -
Keys of entities to look up.
read / write
- readOptions ↔ ReadOptions?
-
The options for this lookup request.
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