QueryObjectsOutput constructor

QueryObjectsOutput({
  1. bool? hasMoreResults,
  2. List<String>? ids,
  3. String? marker,
})

Implementation

QueryObjectsOutput({
  this.hasMoreResults,
  this.ids,
  this.marker,
});