AnthropicFileListResponse constructor
const
AnthropicFileListResponse({
- required List<
AnthropicFile> data, - String? firstId,
- String? lastId,
- required bool hasMore,
Implementation
const AnthropicFileListResponse({
required this.data,
this.firstId,
this.lastId,
required this.hasMore,
});