ListExportsOutput constructor

ListExportsOutput({
  1. List<Export>? exports,
  2. String? nextToken,
})

Implementation

ListExportsOutput({
  this.exports,
  this.nextToken,
});