AnthropicFileListQuery constructor

const AnthropicFileListQuery({
  1. String? beforeId,
  2. String? afterId,
  3. int? limit,
})

Implementation

const AnthropicFileListQuery({
  this.beforeId,
  this.afterId,
  this.limit,
});