BatchLookupPolicy constructor
BatchLookupPolicy({
- required ObjectReference objectReference,
- int? maxResults,
- String? nextToken,
Implementation
BatchLookupPolicy({
required this.objectReference,
this.maxResults,
this.nextToken,
});