FileListQuery constructor

const FileListQuery({
  1. FilePurpose? purpose,
  2. int? limit,
  3. String? order,
  4. String? after,
  5. String? beforeId,
  6. String? afterId,
})

Implementation

const FileListQuery({
  this.purpose,
  this.limit,
  this.order,
  this.after,
  this.beforeId,
  this.afterId,
});