LookupRequest constructor
LookupRequest({
- String? databaseId,
- List<
Key> ? keys, - ReadOptions? readOptions,
Implementation
LookupRequest({
this.databaseId,
this.keys,
this.readOptions,
});