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