BatchLookupPolicy constructor

BatchLookupPolicy({
  1. required ObjectReference objectReference,
  2. int? maxResults,
  3. String? nextToken,
})

Implementation

BatchLookupPolicy({
  required this.objectReference,
  this.maxResults,
  this.nextToken,
});