GetRecordsOutput constructor

GetRecordsOutput({
  1. String? nextShardIterator,
  2. List<Record>? records,
})

Implementation

GetRecordsOutput({
  this.nextShardIterator,
  this.records,
});